From f5f9bbadde437cc62b1e2a98442984fe9b0bbab0 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 19 Jan 2021 00:45:11 +0000 Subject: [PATCH] fixed oopsie in kickstart.sh --- Server/ServerUpdateKickstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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