diff --git a/Server/ServerUpdateKickstart.sh b/Server/ServerUpdateKickstart.sh index eecfcbc..77ea4cf 100644 --- a/Server/ServerUpdateKickstart.sh +++ b/Server/ServerUpdateKickstart.sh @@ -41,4 +41,4 @@ echo "The installation might brake" read -r -s -p 'Press enter to continue...' #Getting update script form git repo -bash <(curl -Ss "https://git.bprieshof.nl/Tools/ShellHubNative/raw/branch/main/Server/update.sh") \ No newline at end of file +source <(curl -Ss "https://git.bprieshof.nl/Tools/ShellHubNative/raw/branch/main/Server/update.sh") \ No newline at end of file