Skip to content

Commit

Permalink
fix rpm creation in firmware.sh (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianinsaval authored Oct 16, 2024
1 parent dd57677 commit 035a833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ if [[ "$subcmd" = "" ]] && [[ "$interactive" = "true" ]]; then
read -r target_pkg_manager
case ${target_pkg_manager} in
(1) target_pkg_manager="apt" ;;
(2) target_pkg_manager="rpm" ;;
(2) target_pkg_manager="dnf" ;;
(3) target_pkg_manager="pacman" ;;
(*) echo -e "\nError: Invalid option!" && exit 1 ;;
esac
Expand Down

0 comments on commit 035a833

Please sign in to comment.