diff --git a/autolaunch.sh b/autolaunch.sh index f758cd7..b74532f 100644 --- a/autolaunch.sh +++ b/autolaunch.sh @@ -1,13 +1,9 @@ #!/bin/sh - -read -p "git user ?" user -read -s -p "git password ?" pass -echo " " read -s -p "bot password ?" botpass mkdir build while true do - git pull https://'$user':'$pass'@epicsparrow.com/Anselme/sparrowbot.git + git pull https://git.epicsparrow.com/Anselme/SparrowBot.git cd build qmake-qt5 ../SparrowBot.pro make