summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/updateConfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updateConfig.sh b/bin/updateConfig.sh
index 29c0949..ffa35e4 100755
--- a/bin/updateConfig.sh
+++ b/bin/updateConfig.sh
@@ -18,4 +18,4 @@ echo "waiting 10 seconds"
sleep 10
echo "Run new load.sh"
-pssh -i --host "$HOSTS" -t 120 "rm -f load.sh ; wget -q https://pluto.fsinf.at/~astra/config/load.sh -O- -o/dev/null | bash"
+pssh -i --host "$HOSTS" -t 120 "rm -f load.sh ; curl -s https://pluto.fsinf.at/~astra/config/load.sh | bash"