mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix quoted by accident
This commit is contained in:
parent
0f5ae8237a
commit
c29f2b86bf
1
.idea/vcs.xml
generated
1
.idea/vcs.xml
generated
@ -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" />
|
||||||
|
@ -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')
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user