summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2020-09-13 11:52:42 +0200
committerJustin Wernick <justin@worthe-it.co.za>2020-10-03 16:51:19 +0200
commit322e91e628f8d500325ee9942260116860941f98 (patch)
tree6b95ba704690313321ec33776de70c8373707229
parent88d974ffdd9bd09ec634e97efc5d02eb3eaf5f66 (diff)
Update download path to my repo
-rw-r--r--README.md4
-rwxr-xr-xdownload.sh16
2 files changed, 11 insertions, 9 deletions
diff --git a/README.md b/README.md
index 0bf674c..de3e2e4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-# alis
+# alis (fork to cater for my default config)
+
+You're probably looking for [the upstream repo](https://github.com/picodotdev/alis). This is a fork for me to check in the defaults for my installation into the config file.
Arch Linux Install Script (or alis) installs unattended, automated and customized Arch Linux system.
diff --git a/download.sh b/download.sh
index 2e8858a..6166b46 100755
--- a/download.sh
+++ b/download.sh
@@ -15,15 +15,15 @@ rm -f alis-recovery.sh
rm -f alis-recovery-asciinema.sh
rm -f alis-recovery-reboot.sh
-curl -O https://raw.githubusercontent.com/picodotdev/alis/master/alis.conf
-curl -O https://raw.githubusercontent.com/picodotdev/alis/master/alis.sh
-curl -O https://raw.githubusercontent.com/picodotdev/alis/master/alis-asciinema.sh
-curl -O https://raw.githubusercontent.com/picodotdev/alis/master/alis-reboot.sh
+curl -O https://raw.githubusercontent.com/JWorthe/alis/master/alis.conf
+curl -O https://raw.githubusercontent.com/JWorthe/alis/master/alis.sh
+curl -O https://raw.githubusercontent.com/JWorthe/alis/master/alis-asciinema.sh
+curl -O https://raw.githubusercontent.com/JWorthe/alis/master/alis-reboot.sh
-curl -O https://raw.githubusercontent.com/picodotdev/alis/master/alis-recovery.conf
-curl -O https://raw.githubusercontent.com/picodotdev/alis/master/alis-recovery.sh
-curl -O https://raw.githubusercontent.com/picodotdev/alis/master/alis-recovery-asciinema.sh
-curl -O https://raw.githubusercontent.com/picodotdev/alis/master/alis-recovery-reboot.sh
+curl -O https://raw.githubusercontent.com/JWorthe/alis/master/alis-recovery.conf
+curl -O https://raw.githubusercontent.com/JWorthe/alis/master/alis-recovery.sh
+curl -O https://raw.githubusercontent.com/JWorthe/alis/master/alis-recovery-asciinema.sh
+curl -O https://raw.githubusercontent.com/JWorthe/alis/master/alis-recovery-reboot.sh
chmod +x alis.sh
chmod +x alis-asciinema.sh