mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-10 10:24:12 +00:00
Adding database initialisation and Steam app list download to install script
This commit is contained in:
parent
144a2399ca
commit
5d4e6a9917
1 changed files with 5 additions and 1 deletions
|
@ -25,4 +25,8 @@ 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" && /bin/nano ".env"
|
||||
|
||||
cd $SCRIPT_DIR && ./lancache-autofill app:initialise-database
|
||||
|
||||
cd $SCRIPT_DIR && ./lancache-autofill steam:update-app-list
|
Loading…
Reference in a new issue