Skip to content

Commit

Permalink
Merge pull request #48 from ublue-os/main
Browse files Browse the repository at this point in the history
[pull] main from ublue-os:main
  • Loading branch information
pull[bot] authored Oct 6, 2024
2 parents 98d9d0f + 3874ec2 commit 2afa1c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system_files/desktop/shared/usr/bin/bazzite-rollback-helper
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,7 @@ EOF
# display the helptext
elif [[ "$1" == "-h" || "$1" == "--h" || "$1" == "-help" || "$1" == "--help" || "$1" == "help" || -z "$1" ]]; then
echo "$helptext"
else
echo "Unsupported Option: $1"
echo "run 'bazzite-rollback-helper help' for more details"
fi
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ brew "gh"
brew "glab"
brew "rg"
brew "tealdeer"
brew "trash-cli"
brew "ugrep"
brew "yq"
brew "zoxide"

0 comments on commit 2afa1c9

Please sign in to comment.