Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaredy899 authored Dec 24, 2024
1 parent 0f1865c commit f34a00c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/tabs/utils/create-bootable-usb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ installDependencies() {
"${ESCALATION_TOOL}" "${PACKAGER}" -S --noconfirm --needed ${DEPENDENCIES};;
apk)
"${ESCALATION_TOOL}" "${PACKAGER}" add ${DEPENDENCIES};;
xbps-install)
"${ESCALATION_TOOL}" "${PACKAGER}" -Sy ${DEPENDENCIES};;
*)
printf "%b\n" "${RED}Unsupported package manager.${RC}"
exit 1
Expand Down

0 comments on commit f34a00c

Please sign in to comment.