diff options
| author | David Kaufmann <astra@ionic.at> | 2018-05-03 23:29:45 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2018-05-03 23:29:45 +0200 |
| commit | fa93ee88b7f091046ed80864e5182ba6cdb1faca (patch) | |
| tree | 70e0d4161a1b1d235b85c2e330c3f2278fc29c16 /home/bin | |
| parent | 05a2add00618def43caff7349e81d8f1336c55bf (diff) | |
| download | config-fa93ee88b7f091046ed80864e5182ba6cdb1faca.tar.gz | |
add updater
Diffstat (limited to 'home/bin')
| -rwxr-xr-x | home/bin/update-userconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/bin/update-userconfig.sh b/home/bin/update-userconfig.sh index 61bfabb..112ff80 100755 --- a/home/bin/update-userconfig.sh +++ b/home/bin/update-userconfig.sh @@ -1,3 +1,3 @@ #!/bin/sh -curl -L -s https://pluto.fsinf.at/~astra/config/load.sh | sh +sh -c "$(curl -fsSL https://sh1.fsinf.at/~astra/config/load.sh)" |
