Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Use checklists for choosing software to install #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dcupif
Copy link

@dcupif dcupif commented Sep 9, 2019

Playing around with whiptail... This is a suggestion to use checklists instead of yesno boxes to allow better flexibility when choosing which software to install.
Let me know what you think about it :)

# Install loop
for PACKAGE in $(cat $LIST); do
for PACKAGE in $CHOICES; do
PACKAGE=$(echo $PACKAGE | tr -d '"')
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why I need to do this, maybe I'm doing something wrong here...?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant