Installer: wrong package name for Debian
This commit is contained in:
parent
9f132bdc81
commit
4628b5d1e1
|
@ -148,7 +148,7 @@ function tool_install {
|
||||||
separator
|
separator
|
||||||
if [ -f /etc/debian_version ]; then
|
if [ -f /etc/debian_version ]; then
|
||||||
detected_distro "Debian based"
|
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
|
completed
|
||||||
complete_msg
|
complete_msg
|
||||||
elif [ -f /etc/redhat-release ]; then
|
elif [ -f /etc/redhat-release ]; then
|
||||||
|
|
Loading…
Reference in New Issue