From 6def4380e9545cdf93b5c718cc3cd6f8414ea500 Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Mon, 7 Nov 2022 11:34:14 +0300 Subject: [PATCH] "" --- protonup-qt/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protonup-qt/lure.sh b/protonup-qt/lure.sh index 834a6a8..5eda0de 100644 --- a/protonup-qt/lure.sh +++ b/protonup-qt/lure.sh @@ -22,7 +22,7 @@ cd "${srcdir}" echo "#!/usr/bin/env bash" >>pupgui2.sh echo "usr/bin/python -m pupgui2 \"\$@\"" >>pupgui2.sh -if [${distro}=redos] +if [${distro}="redos"] then sudo pip install pyside6 inputs steam vdf pyaml fi