Skip to content
Snippets Groups Projects
Commit 4ea7a068 authored by alvaro's avatar alvaro
Browse files

Final

parent 4ec18794
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,7 @@ cat $root_htaccess >> $parent_htaccess
echo "RewriteRule ^(.+)\$ $1/index.php?q=\$1 [L]" >> $parent_htaccess
mkdir cache
echo
echo " *** ATTENTION ***"
echo
......
......@@ -3,7 +3,6 @@
# Author: Alvaro Graves (alvaro@graves.cl)
# Modified by: Tim Lebo (lebot@rpi.edu)
lodspeakr_dir="lodspeakr"
lodspeakr_repository="git://github.com/alangrafu/lodspeakr.git"
home=`basename $lodspeakr_repository | sed 's/.git//'`
......@@ -18,7 +17,7 @@ fi
if [ ! -e "$home" ]; then
$GIT clone $lodspeakr_repository
cd $home
./install.sh $lodspeakr_dir
./install.sh $home
else
echo "There is already an existing directory called '$home'. Installation cancelled. Remove it first and try again."
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment