Skip to content

Commit 06b80e0

Browse files
committed
Modify for release
1 parent 9a5cc47 commit 06b80e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Follow the `Pre-installation` section of [this guide](https://wiki.archlinux.org
2929
```sh
3030
pacman -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
3333
chmod +x /root/arch-install/prepare.sh
3434
# Modify install.conf before executing prepare.sh
3535
vim /root/arch-install/install.conf

install.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ EOF
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"
125125
DOTFILES_VERSION="4.0.0-games"

0 commit comments

Comments
 (0)