Skip to content

Commit

Permalink
Partial revert for b694ef3
Browse files Browse the repository at this point in the history
- the idea: if its installed it doesn't stop, overly prompting the user
- what is left from that commit stops to let the user read IF THERE IS an error
  • Loading branch information
Xmetalfanx committed Nov 12, 2024
1 parent 1aa075f commit 430f1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/universal/pmanagement/f_packageManagement.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function installApp() {

yes)
# DO I REALLY want to show a message here
fancy_message info "${individualPackage} is installed" && userPrompt ;;
fancy_message info "${individualPackage} is installed" ;;

*) fancy_message error "Error detecting package status" && userPrompt ;;

Expand Down

0 comments on commit 430f1d8

Please sign in to comment.