Skip to content

Commit

Permalink
Merge pull request #6 from mrmx/master
Browse files Browse the repository at this point in the history
Fixed issues #3 & #4
  • Loading branch information
gcgarner committed Oct 27, 2019
2 parents e3d7cbd + 1605f88 commit 921e2d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,10 @@ case $mainmenu_selection in
"log2ram")
if [ -d ~/log2ram ]
then
git clone clone https://github.com/azlux/log2ram.git ~/log2ram
git clone https://github.com/azlux/log2ram.git ~/log2ram
chmod +x ~/log2ram/install.sh
~/log2ram/install.sh
pushd ~/log2ram && sudo ./install.sh
popd
else
echo "log2ram already installed"
fi
Expand Down

0 comments on commit 921e2d8

Please sign in to comment.