File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Follow the `Pre-installation` section of [this guide](https://wiki.archlinux.org
2929``` sh
3030pacman -Sy git
3131# Instead of games, you can also use a tag
32- git clone -b games https://github.com/leomeinel/arch-install.git
32+ git clone -b 4.0.0- games https://github.com/leomeinel/arch-install.git
3333chmod +x /root/arch-install/prepare.sh
3434# Modify install.conf before executing prepare.sh
3535vim /root/arch-install/install.conf
Original file line number Diff line number Diff line change 120120
121121# Config for releases
122122## This is not meant to be modified
123- IS_RELEASE="false "
124- CRYPTBOOT_VERSION="4.0.11 "
123+ IS_RELEASE="true "
124+ CRYPTBOOT_VERSION="4.0.12 "
125125DOTFILES_VERSION="4.0.0-games"
You can’t perform that action at this time.
0 commit comments