We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cba7b8 commit 63cb680Copy full SHA for 63cb680
README.md
@@ -29,7 +29,7 @@ Follow the `Pre-installation` section of [this guide](https://wiki.archlinux.org
29
```sh
30
pacman -Sy git
31
# Instead of main, you can also use a tag
32
-git clone -b main https://github.com/leomeinel/arch-install.git
+git clone -b 4.0.13 https://github.com/leomeinel/arch-install.git
33
chmod +x /root/arch-install/prepare.sh
34
# Modify install.conf before executing prepare.sh
35
vim /root/arch-install/install.conf
install.conf
@@ -122,6 +122,6 @@ EOF
122
123
# Config for releases
124
## This is not meant to be modified
125
-IS_RELEASE="false"
+IS_RELEASE="true"
126
CRYPTBOOT_VERSION="4.0.10"
127
-DOTFILES_VERSION="4.0.10"
+DOTFILES_VERSION="4.0.11"
0 commit comments