This commit is contained in:
pika 2025-05-23 20:17:15 +02:00
parent 95d98143ae
commit 3b02c9a536

View file

@ -123,8 +123,8 @@
# func2
# func3
# if ask-stuff; then
choose package "What packages should also get installed? space separated list.."
if confirm "Do you want to 'install-stuff'?"; then
seek package "What packages should also get installed? space separated list.." </dev/tty
if confirm "Do you want to 'install-stuff'?" </dev/tty; then
install-stuff
fi
# fi