Skip to content

Commit

Permalink
[utils/common] Remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jun 24, 2024
1 parent 3ae84f9 commit 7fb4be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function required_packages() {
case "$DISTRO_NAME" in
debian | ubuntu | raspbian | linuxmint | zorin)
apt-get update &>>"$LOG_FILE"
apt-get install --no-install-recommends -y "python3" "python3-dev" python3-pip "python3-venv" whiptail expect jq "${extra_packages[@]}" &>>"$LOG_FILE"
apt-get install --no-install-recommends -y python3 python3-dev python3-pip python3-venv whiptail expect jq "${extra_packages[@]}" &>>"$LOG_FILE"
;;
fedora)
dnf install -y python3 python3-devel python3-pip python3-virtualenv newt expect jq "${extra_packages[@]}" &>>"$LOG_FILE"
Expand Down

0 comments on commit 7fb4be2

Please sign in to comment.