File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Follow the `Pre-installation` section of [this guide](https://wiki.archlinux.org
3131``` sh
3232pacman -Sy git
3333# Instead of server, you can also use a tag
34- git clone -b server https://github.com/leomeinel/arch-install.git
34+ git clone -b 4.0.0- server https://github.com/leomeinel/arch-install.git
3535chmod +x /root/arch-install/prepare.sh
3636# Modify install.conf before executing prepare.sh
3737vim /root/arch-install/install.conf
Original file line number Diff line number Diff line change @@ -61,6 +61,6 @@ GIT_GPGSIGN="false"
6161
6262# Config for releases
6363## This is not meant to be modified
64- IS_RELEASE="false "
64+ IS_RELEASE="true "
6565CRYPTBOOT_VERSION="4.0.12"
6666DOTFILES_VERSION="4.0.0-server"
You can’t perform that action at this time.
0 commit comments