wip
This commit is contained in:
parent
95d98143ae
commit
3b02c9a536
1 changed files with 2 additions and 2 deletions
4
test.sh
4
test.sh
|
@ -123,8 +123,8 @@
|
||||||
# func2
|
# func2
|
||||||
# func3
|
# func3
|
||||||
# if ask-stuff; then
|
# if ask-stuff; then
|
||||||
choose package "What packages should also get installed? space separated list.."
|
seek package "What packages should also get installed? space separated list.." </dev/tty
|
||||||
if confirm "Do you want to 'install-stuff'?"; then
|
if confirm "Do you want to 'install-stuff'?" </dev/tty; then
|
||||||
install-stuff
|
install-stuff
|
||||||
fi
|
fi
|
||||||
# fi
|
# fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue