This commit is contained in:
Tobias Powalowski 2023-07-20 07:32:22 +02:00
parent 7ee081028d
commit b385eb8d7b

View file

@ -13,7 +13,7 @@ _printk()
}
_online_switch() {
if _dialog --default-no --yesno "You are running in Offline Mode.\n\nDo you want to switch to Online Mode?" 5 40; then
if _dialog --defaultno --yesno "You are running in Offline Mode.\n\nDo you want to switch to Online Mode?" 5 40; then
rm /var/cache/pacman/pkg/archboot.db
else
return 0