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

Use checklists for choosing software to install#23

Open
dcupif wants to merge 1 commit intosnwh:masterfrom
dcupif:feat/use-checklists
Open

Use checklists for choosing software to install#23
dcupif wants to merge 1 commit intosnwh:masterfrom
dcupif:feat/use-checklists

Conversation

@dcupif
Copy link
Copy Markdown

@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
Copy Markdown
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.

1 participant