Updating install script

This commit is contained in:
ilumos 2017-08-27 22:16:20 +01:00
parent 94e9a85029
commit 377be79fe4

View file

@ -8,7 +8,6 @@ apt install -y lib32gcc1 \
lib32stdc++6 \
lib32tinfo5 \
lib32ncurses5 \
libcurl3-gnutls:i386 \
php7.0-cli \
php7.0-mbstring \
php7.0-sqlite \
@ -16,7 +15,7 @@ apt install -y lib32gcc1 \
expect \
printf "${GREEN}Installing dependencies with Composer${BLACK}\n"
composer update
cd $SCRIPT_DIR && composer install
printf "${GREEN}Installing Steam${BLACK}\n"
mkdir -p /usr/games/steam && cd /usr/games/steam && curl -sqL "http://media.steampowered.com/client/steamcmd_linux.tar.gz" | tar zxvf -
@ -25,7 +24,7 @@ printf "${GREEN}Creating database file${BLACK}\n"
cd $SCRIPT_DIR && touch "database.sqlite"
printf "${GREEN}Creating your enviroment file${BLACK}\n"
cd $SCRIPT_DIR && cp ".env.example" ".env" && /bin/nano ".env"
cd $SCRIPT_DIR && cp ".env.example" ".env"
cd $SCRIPT_DIR && ./lancache-autofill app:initialise-database