fix quoted by accident

This commit is contained in:
Daniel Langbein 2021-11-11 19:01:19 +01:00
parent 0f5ae8237a
commit c29f2b86bf
3 changed files with 3 additions and 2 deletions

1
.idea/vcs.xml generated
View File

@ -31,6 +31,7 @@
<mapping directory="$PROJECT_DIR$/pkg/jellyfin" vcs="Git" /> <mapping directory="$PROJECT_DIR$/pkg/jellyfin" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pkg/jellyfin-bin" vcs="Git" /> <mapping directory="$PROJECT_DIR$/pkg/jellyfin-bin" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pkg/jexiftoolgui" vcs="Git" /> <mapping directory="$PROJECT_DIR$/pkg/jexiftoolgui" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pkg/kalendar" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pkg/kclock" vcs="Git" /> <mapping directory="$PROJECT_DIR$/pkg/kclock" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pkg/kirigami-addons-git" vcs="Git" /> <mapping directory="$PROJECT_DIR$/pkg/kirigami-addons-git" vcs="Git" />
<mapping directory="$PROJECT_DIR$/pkg/lensfun-git" vcs="Git" /> <mapping directory="$PROJECT_DIR$/pkg/lensfun-git" vcs="Git" />

View File

@ -2,7 +2,7 @@
_pkgname=installer _pkgname=installer
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.1.23 pkgver=0.1.24
pkgrel=1 pkgrel=1
pkgdesc="Bash script to install Arch Linux" pkgdesc="Bash script to install Arch Linux"
arch=('any') arch=('any')

View File

@ -376,7 +376,7 @@ function config_hostname_and_hosts() {
# If FQDN not given, use $HOSTNAME.localdomain instead # If FQDN not given, use $HOSTNAME.localdomain instead
FQDN="${FQDN:="${HOSTNAME}.localdomain"}" FQDN="${FQDN:="${HOSTNAME}.localdomain"}"
# If STATIC_IP not given, use 127.0.1.1 instead # 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 echo '# The following lines are desirable for IPv4 capable hosts
127.0.0.1 localhost 127.0.0.1 localhost