From fa93ee88b7f091046ed80864e5182ba6cdb1faca Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Thu, 3 May 2018 23:29:45 +0200 Subject: add updater --- home/bin/update-userconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/bin/update-userconfig.sh') 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)" -- cgit v1.2.3