From 4628b5d1e1d7786a5039fa7af23a876f1abd7483 Mon Sep 17 00:00:00 2001 From: shadeyg56 Date: Wed, 13 Sep 2023 19:50:42 -0500 Subject: [PATCH] Installer: wrong package name for Debian --- auto-cpufreq-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-cpufreq-installer b/auto-cpufreq-installer index 6825e61..268bb8e 100755 --- a/auto-cpufreq-installer +++ b/auto-cpufreq-installer @@ -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