Skip to content

Commit 63cb680

Browse files
committed
Modify for release
1 parent 0cba7b8 commit 63cb680

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 main, you can also use a tag
32-
git clone -b main https://github.com/leomeinel/arch-install.git
32+
git clone -b 4.0.13 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
@@ -122,6 +122,6 @@ EOF
122122

123123
# Config for releases
124124
## This is not meant to be modified
125-
IS_RELEASE="false"
125+
IS_RELEASE="true"
126126
CRYPTBOOT_VERSION="4.0.10"
127-
DOTFILES_VERSION="4.0.10"
127+
DOTFILES_VERSION="4.0.11"

0 commit comments

Comments
 (0)