mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-10 02:14:12 +00:00
Updating install script
This commit is contained in:
parent
94e9a85029
commit
377be79fe4
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue