mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-09-23 17:58:02 +02:00
added missing "setuptools" dependency (Close #54)
This commit is contained in:
parent
24cab52f1b
commit
2019c3b3f7
@ -25,7 +25,7 @@ fi
|
|||||||
|
|
||||||
# python packages install
|
# python packages install
|
||||||
pip_pkg_install(){
|
pip_pkg_install(){
|
||||||
pip3 install psutil click distro power
|
pip3 install psutil click distro power setuptools
|
||||||
}
|
}
|
||||||
|
|
||||||
complete_msg(){
|
complete_msg(){
|
||||||
@ -189,4 +189,4 @@ else
|
|||||||
separator
|
separator
|
||||||
echo -e "\nUnknown key, aborting ...\n"
|
echo -e "\nUnknown key, aborting ...\n"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user