fix check on network

This commit is contained in:
Tobias Powalowski 2023-07-12 18:50:36 +02:00
parent f2a736bf27
commit cb916838b2
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# written by Tobias Powalowski <tpowa@archlinux.org>
_ANSWER="/tmp/.launcher"
_RUNNING_ARCH="$(uname -m)"
_TITLE="Archboot ${_RUNNING_ARCH} | Arch Linux Launcher"
_TITLE="Archboot ${_RUNNING_ARCH} | Arch Linux Setup | Launcher"
# _dialog()
# an el-cheapo dialog wrapper
#

View file

@ -189,7 +189,7 @@ if [[ -e /usr/bin/setup ]]; then
if ! [[ -e /tmp/.keymap ]]; then
km && : >/tmp/.keymap
fi
if ! [[ -e /tmp/.network && -e "${_CACHEDIR}/archboot.db" ]]; then
if [[ ! -e /tmp/.network && ! -e "${_CACHEDIR}/archboot.db" ]]; then
net && : >/tmp/.network
fi
if ! [[ -e /tmp/.timezone ]]; then