diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/updateConfig.sh | 2 |
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" |
