run basic setup on first login

This commit is contained in:
Tobias Powalowski 2023-07-12 11:39:43 +02:00
parent c1f6040d69
commit ce70d1b0d3

View file

@ -187,7 +187,7 @@ if [[ -e /usr/bin/setup ]]; then
if ! [[ -e /tmp/.keymap ]]; then
km && : > /tmp/.keymap
fi
if ! [[ -e /tmp/.network ]]; then
if ! [[ -e /tmp/.network && -e /var/cache/pacman/pkg/archboot.db ]]; then
net && : > /tmp/.network
fi
if ! [[ -e /tmp/.timezone ]]; then