Adding support for opensuse, vte

This commit is contained in:
Ben Reaves
2021-04-04 15:51:01 -04:00
parent 33151bfe44
commit 4e1aa8b731

View File

@@ -250,6 +250,8 @@ fi
if [[ $dename == "kde" ]]; then
if [[ $distro == "manjarolinux" ]]; then
sudo ./linux/system-config/unipkg.sh vte3
elif [[ ${distro:0:8} == "opensuse" ]];then
sudo ./linux/system-config/unipkg.sh vte-devel-0.62.3
else
sudo ./linux/system-config/unipkg.sh libvte-2.91-dev
fi