Skip to content

Commit

Permalink
fix newt
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Feb 28, 2024
1 parent df8f1a2 commit 655a902
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 @@ -212,7 +212,7 @@ function required_packages() {
;;
arch | manjaro | endeavouros)
export PYTHON_VERSION
pacman -Sy --noconfirm python python-pip python-virtualenv newt expect jq &>>"$LOG_FILE"
pacman -Sy --noconfirm python python-pip python-virtualenv libnewt expect jq &>>"$LOG_FILE"
;;
*)
echo -e "[$fail_format]"
Expand Down

0 comments on commit 655a902

Please sign in to comment.