Skip to content

Commit 124d2bb

Browse files
committed
Modify for release
1 parent 60987c7 commit 124d2bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

install.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
6565
CRYPTBOOT_VERSION="4.0.12"
6666
DOTFILES_VERSION="4.0.0-server"

0 commit comments

Comments
 (0)