diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 8089d07..6e5bd57 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -31,6 +31,7 @@ + diff --git a/pkg/de-p1st-installer/PKGBUILD b/pkg/de-p1st-installer/PKGBUILD index 675f1d4..0c075e5 100644 --- a/pkg/de-p1st-installer/PKGBUILD +++ b/pkg/de-p1st-installer/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=installer _reponame=arch pkgname="de-p1st-$_pkgname" -pkgver=0.1.23 +pkgver=0.1.24 pkgrel=1 pkgdesc="Bash script to install Arch Linux" arch=('any') diff --git a/pkg/de-p1st-installer/de-p1st-installer.sh b/pkg/de-p1st-installer/de-p1st-installer.sh index 97185c3..83db415 100755 --- a/pkg/de-p1st-installer/de-p1st-installer.sh +++ b/pkg/de-p1st-installer/de-p1st-installer.sh @@ -376,7 +376,7 @@ function config_hostname_and_hosts() { # If FQDN not given, use $HOSTNAME.localdomain instead FQDN="${FQDN:="${HOSTNAME}.localdomain"}" # If STATIC_IP not given, use 127.0.1.1 instead - STATIC_IP="${STATIC_IP:='127.0.1.1'}" + STATIC_IP="${STATIC_IP:=127.0.1.1}" echo '# The following lines are desirable for IPv4 capable hosts 127.0.0.1 localhost