Add config.sh to install.sh

This commit is contained in:
Sean Wheller 2019-07-27 21:13:23 +02:00
parent c8bf4ae63c
commit 199c102472

View File

@ -20,6 +20,10 @@ sleep 5
. build.sh
sleep 5
# Create a config.json
. config.sh
sleep 5
# Setup crontab for user
. crontab.sh
sleep 5