add rosa
This commit is contained in:
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user