From eb00c6895bd047bac438627908b4017d0c6e5b63 Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 8 Nov 2022 11:04:05 +0300 Subject: [PATCH] add rosa --- protonup-qt/lure.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/protonup-qt/lure.sh b/protonup-qt/lure.sh index 462f5dc..404a971 100644 --- a/protonup-qt/lure.sh +++ b/protonup-qt/lure.sh @@ -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 }