Skip to content

Commit 5120cbd

Browse files
authored
added required build-packages for Solus (#123)
1 parent 8c8f20b commit 5120cbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

auto-cpufreq-installer

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ then
8989
separator
9090
echo -e "\nDetected Solus distribution\n"
9191
echo -e "\nSetting up Python environment\n"
92-
eopkg install pip python3
92+
eopkg install pip python3 python3-devel
93+
eopkg install -c system.devel
9394
echo -e "\nInstalling necessary Python packages\n"
9495
pip_pkg_install
9596
separator

0 commit comments

Comments
 (0)