Skip to content

Commit

Permalink
Installer: wrong package name for Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeyg56 committed Sep 14, 2023
1 parent 9f132bd commit 4628b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-cpufreq-installer
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function tool_install {
separator
if [ -f /etc/debian_version ]; then
detected_distro "Debian based"
apt install python3-dev python3-pip python3-venv python3-setuptools dmidecode libgirepository1.0-dev libcairo2-dev libgtk-3 gcc -y
apt install python3-dev python3-pip python3-venv python3-setuptools dmidecode libgirepository1.0-dev libcairo2-dev libgtk-3-dev gcc -y
completed
complete_msg
elif [ -f /etc/redhat-release ]; then
Expand Down

0 comments on commit 4628b5d

Please sign in to comment.