summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--alis.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6188634..01a34f8 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Currently these scripts are for me but maybe they are useful for you too.
```
# # Start the system with lastest Arch Linux installation media
# loadkeys [keymap]
-# curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash
+# curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash, or with URL shortener curl -sL https://bit.ly/2F3CATp | bash
# # Edit alis.conf and change variables values with your preferences
# vim alis.conf
# ./alis.sh
@@ -53,7 +53,7 @@ Currently these scripts are for me but maybe they are useful for you too.
```
# # Start the system with lastest Arch Linux installation media
# loadkeys [keymap]
-# curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash
+# curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash, or with URL shortener curl -sL https://bit.ly/2F3CATp | bash
# # Edit alis-recovery.conf and change variables values with your last installation with alis
# vim alis-recovery.conf
# ./alis-recovery.sh
diff --git a/alis.conf b/alis.conf
index ecab38c..3f760cd 100644
--- a/alis.conf
+++ b/alis.conf
@@ -26,7 +26,7 @@ LOCALE="es_ES.UTF-8 UTF-8"
LANG="LANG=es_ES.UTF-8"
KEYMAP="KEYMAP=es"
HOSTNAME="archlinux"
-ROOT_PASSWORD="archlinux"
+ROOT_PASSWORD="archlinux" # Warning: change it!
# user
USER_NAME="picodotdev"