This commit is contained in:
Евгений Храмов 2022-11-08 11:04:05 +03:00
parent 0966232ded
commit eb00c6895b

@ -24,10 +24,9 @@ cd "${srcdir}"
echo "#!/usr/bin/env bash" >>pupgui2.sh
echo "/usr/bin/python -m pupgui2 \"\$@\"" >>pupgui2.sh
if [$distro==redos];
then
if [$distro==redos]; then
sudo pip install pyside6 inputs steam vdf pyaml
elif [$distro==rosa];
elif [$distro==rosa]; then
sudo pip install pyside6 inputs steam vdf pyaml
fi
}