Skip to content

Commit

Permalink
Fix to wait on internet connection.
Browse files Browse the repository at this point in the history
  • Loading branch information
folkien committed Sep 11, 2023
1 parent 0008c79 commit b2f2b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ sudo cp -rfv systemctl/gptbible.env /usr/bin/
# Create run script and install
echo "cd $(pwd)" > systemctl/gptbible.sh
echo "source .env" >> systemctl/gptbible.sh
echo "sleep 30" >> systemctl/gptbible.sh
echo "python3 main.py" >> systemctl/gptbible.sh
chmod a+x systemctl/gptbible.sh
sudo cp -rfv systemctl/gptbible.sh /usr/bin/
Expand Down

0 comments on commit b2f2b71

Please sign in to comment.