You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arch Linux Install Script (or alis, also known as _the Arch Linux executable installation guide and wiki_) installs an unattended, automated and customized Arch Linux system.
@@ -27,7 +27,7 @@ For new features, improvements and bugs, fill an issue in GitHub or make a pull
27
27
28
28
**Arch Linux Install Script (alis) is based on Arch Linux but is NOT approved, sponsored, or affiliated with Arch Linux or its related projects.**
# iwctl --passphrase "[WIFI_KEY]" station [WIFI_INTERFACE] connect "[WIFI_ESSID]" # (Optional) Connect to WIFI network. _ip link show_ to know WIFI_INTERFACE.
# # curl -sL https://git.io/JeaH6 | bash # Alternative download URL with URL shortener
125
-
# # curl -sL https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash -s -- -h [HASH_COMMIT] # Use specific version of the script based on the commit hash
125
+
# # curl -sL https://raw.githubusercontent.com/picodotdev/alis/main/download.sh | bash -s -- -h [HASH_COMMIT] # Use specific version of the script based on the commit hash
126
126
# ./alis-asciinema.sh # (Optional) Start asciinema video recording
127
127
# vim alis.conf # Edit configuration and change variables values with your preferences (system configuration)
128
128
# vim alis-packages.conf # (Optional) Edit configuration and change variables values with your preferences (packages to install)
@@ -137,7 +137,7 @@ After the base Arch Linux system is installed, alis can install packages with pa
137
137
138
138
```
139
139
# # After system installation start a user session
# iwctl --passphrase "[WIFI_KEY]" station [WIFI_INTERFACE] connect "[WIFI_ESSID]" # (Optional) Connect to WIFI network. _ip link show_ to know WIFI_INTERFACE.
# # curl -sL https://git.io/JeaH6 | bash # Alternative download URL with URL shortener
157
157
# ./alis-recovery-asciinema.sh # (Optional) Start asciinema video recording
158
158
# vim alis-recovery.conf # Edit configuration and change variables values with your last installation configuration with alis (mainly device and partition scheme)
@@ -188,13 +188,13 @@ Once the installation ends, you will have a ready to use system with your choose
188
188
189
189
These are some desktop environments that can be installed.
190
190
191
-
[](https://raw.githubusercontent.com/picodotdev/alis/master/images/archlinux-gnome.jpg)
192
-
[](https://raw.githubusercontent.com/picodotdev/alis/master/images/archlinux-kde.jpg)
193
-
[](https://raw.githubusercontent.com/picodotdev/alis/master/images/archlinux-xfce.jpg)
194
-
[](https://raw.githubusercontent.com/picodotdev/alis/master/images/archlinux-cinnamon.jpg)
195
-
[](https://raw.githubusercontent.com/picodotdev/alis/master/images/archlinux-mate.jpg)
196
-
[](https://raw.githubusercontent.com/picodotdev/alis/master/images/archlinux-lxde.jpg)
197
-
[](https://raw.githubusercontent.com/picodotdev/alis/master/images/archlinux-root-password.png)
191
+
[](https://raw.githubusercontent.com/picodotdev/alis/main/images/archlinux-gnome.jpg)
192
+
[](https://raw.githubusercontent.com/picodotdev/alis/main/images/archlinux-kde.jpg)
193
+
[](https://raw.githubusercontent.com/picodotdev/alis/main/images/archlinux-xfce.jpg)
194
+
[](https://raw.githubusercontent.com/picodotdev/alis/main/images/archlinux-cinnamon.jpg)
195
+
[](https://raw.githubusercontent.com/picodotdev/alis/main/images/archlinux-mate.jpg)
196
+
[](https://raw.githubusercontent.com/picodotdev/alis/main/images/archlinux-lxde.jpg)
197
+
[](https://raw.githubusercontent.com/picodotdev/alis/main/images/archlinux-root-password.png)
iwctl --passphrase "[WIFI_KEY]" station [WIFI_INTERFACE] connect "[WIFI_ESSID]" # (Optional) Connect to WIFI network. _ip link show_ to know WIFI_INTERFACE.
iwctl --passphrase "[WIFI_KEY]" station [WIFI_INTERFACE] connect "[WIFI_ESSID]" # (Optional) Connect to WIFI network. _ip link show_ to know WIFI_INTERFACE.
# curl -sL https://git.io/JeaH6 | bash # Alternative download URL with URL shortener
179
179
./alis-recovery-asciinema.sh # (Optional) Start asciinema video recording
180
180
vim alis-recovery.conf # Edit configuration and change variables values with your last installation configuration with alis (mainly device and partition scheme)
0 commit comments