From 02bf6d8e142964741c81aa574902984332303d9f Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Wed, 26 Sep 2018 21:41:04 +0200 Subject: move updates to config.ionic.at --- home/bin/update-userconfig.sh | 2 +- load.sh | 1 - www/load.sh | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 120000 load.sh create mode 120000 www/load.sh diff --git a/home/bin/update-userconfig.sh b/home/bin/update-userconfig.sh index 112ff80..2020fba 100755 --- a/home/bin/update-userconfig.sh +++ b/home/bin/update-userconfig.sh @@ -1,3 +1,3 @@ #!/bin/sh -sh -c "$(curl -fsSL https://sh1.fsinf.at/~astra/config/load.sh)" +sh -c "$(curl -fsSL https://config.ionic.at/load.sh)" diff --git a/load.sh b/load.sh deleted file mode 120000 index 0e65dc2..0000000 --- a/load.sh +++ /dev/null @@ -1 +0,0 @@ -bin/load.sh \ No newline at end of file diff --git a/www/load.sh b/www/load.sh new file mode 120000 index 0000000..0e65dc2 --- /dev/null +++ b/www/load.sh @@ -0,0 +1 @@ +bin/load.sh \ No newline at end of file -- cgit v1.2.3