diff options
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | alis-recovery.sh | 2 | ||||
-rw-r--r-- | alis.sh | 4 | ||||
-rw-r--r-- | download.sh | 2 |
4 files changed, 10 insertions, 6 deletions
@@ -38,7 +38,7 @@ For new features, improvements and bugs fill an issue in GitHub or make a pull r ``` # # Start the system with lastest Arch Linux installation media # loadkeys [keymap] -# curl -s "https://raw.githubusercontent.com/picodotdev/alis/master/download.sh" | bash +# curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash # # Edit alis.conf and change variables values with your preferences # vim alis.conf # ./alis.sh @@ -49,8 +49,12 @@ For new features, improvements and bugs fill an issue in GitHub or make a pull r ``` # # Start the system with lastest Arch Linux installation media # loadkeys [keymap] -# curl -s "https://raw.githubusercontent.com/picodotdev/alis/master/download.sh" | bash +# curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash # # Edit alis.conf and change variables values with your preferences # vim alis-recovery.conf # ./alis-recovery.sh ``` + +### Arch Linux Installation Media + +https://www.archlinux.org/download/
\ No newline at end of file diff --git a/alis-recovery.sh b/alis-recovery.sh index daa5f7a..fa5bc66 100644 --- a/alis-recovery.sh +++ b/alis-recovery.sh @@ -39,7 +39,7 @@ set -e # Usage: # # loadkeys es -# # curl -s "https://raw.githubusercontent.com/picodotdev/alis/master/download.sh" | bash +# # curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash # # vim alis.conf # # ./alis-recovery.sh @@ -35,7 +35,7 @@ set -e # Usage: # # loadkeys es -# # curl -s "https://raw.githubusercontent.com/picodotdev/alis/master/download.sh" | bash +# # curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash # # vim alis.conf # # ./alis.sh @@ -139,7 +139,7 @@ function check_variables_size() { function warning() { echo -e "${LIGHT_BLUE}Welcome to Arch Linux Install Script${NC}" echo "" - echo -e "${RED}Warning\!${NC}" + echo -e "${RED}Warning"'!'"${NC}" echo -e "${RED}This script deletes all partitions of the persistent${NC}" echo -e "${RED}storage and continuing all your data in it will be lost.${NC}" echo "" diff --git a/download.sh b/download.sh index 3510a4b..02d308f 100644 --- a/download.sh +++ b/download.sh @@ -34,7 +34,7 @@ set -e # Usage: # # loadkeys es -# # curl -s "https://raw.githubusercontent.com/picodotdev/alis/master/download.sh" | bash +# # curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash # # # see alis.sh or alis-recovery.sh usage rm -f alis.conf |