Update
This commit is contained in:
parent
ea37f3d67b
commit
8b9ebc2dc3
2 changed files with 59 additions and 59 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue