Skip to content

Commit

Permalink
Tweaked Upgrade Menu so the list of packages needing to be upgraded i…
Browse files Browse the repository at this point in the history
…s in human-readable columns.

More changes on the way.
  • Loading branch information
exarobibliologist committed Jan 9, 2025
1 parent 77f03c3 commit 03ddbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebash
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ do
do
case "$upgradechoice" in
"List Upgrades")
sudo apt list --upgradeable
apt list --upgradable 2>/dev/null | cut -d/ -f1 | sort | column
return
;;
"Run Safe-Upgrade")
Expand Down

0 comments on commit 03ddbc6

Please sign in to comment.