fixed oopsie in kickstart.sh

This commit is contained in:
2021-01-19 00:45:11 +00:00
parent eb8f0c0005
commit f5f9bbadde

View File

@@ -41,4 +41,4 @@ echo "The installation might brake"
read -r -s -p 'Press enter to continue...' read -r -s -p 'Press enter to continue...'
#Getting update script form git repo #Getting update script form git repo
bash <(curl -Ss "https://git.bprieshof.nl/Tools/ShellHubNative/raw/branch/main/Server/update.sh") source <(curl -Ss "https://git.bprieshof.nl/Tools/ShellHubNative/raw/branch/main/Server/update.sh")