This commit is contained in:
Geoffrey Frogeye 2025-02-22 22:25:30 +01:00
parent ea37f3d67b
commit 8b9ebc2dc3
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 59 additions and 59 deletions

View file

@ -61,7 +61,7 @@ then
specialisationArgs=("--specialisation" "$specialisation")
fi
else
warning "Could not find link for $currentSystem, will switch to non-specialized system"
warn "Could not find link for $currentSystem, will switch to non-specialized system"
fi
@ -70,7 +70,7 @@ fi
confirm="n"
if [ "$verb" = "confirm" ]
then
warning "Apply configuration? [y/N]"
warn "Apply configuration? [y/N]"
read -r confirm
fi
if [ "$verb" = "test" ] || [ "$verb" = "switch" ] || [ "$confirm" = "y" ]
@ -83,7 +83,7 @@ fi
# Set as boot
if [ "$verb" = "confirm" ]
then
warning "Set configuration as boot? [y/N]"
warn "Set configuration as boot? [y/N]"
read -r confirm
fi
if [ "$verb" = "boot" ] || [ "$verb" = "switch" ] || [ "$confirm" = "y" ]