Skip to content

Commit

Permalink
usb support for void
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaredy899 authored Dec 24, 2024
1 parent 4eec1b1 commit 0f1865c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/tabs/utils/create-bootable-usb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ 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 0f1865c

Please sign in to comment.