From 5c7db1b4bc55ec9003d1ce10ed4a2e0ad8d9c75f Mon Sep 17 00:00:00 2001 From: Pascal <86606160+PascalNobereit@users.noreply.github.com> Date: Thu, 7 Jul 2022 09:56:37 +0200 Subject: [PATCH] Update installer.sh --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 9837fa7..6995afb 100755 --- a/installer.sh +++ b/installer.sh @@ -8,7 +8,7 @@ fi echo "Fetching latest version ..." # latest="3.0.6-beta-5" -latest=$(curl https://parsecli.back4app.com/supported?version=latest | python -c "import sys, json; print(json.load(sys.stdin)['version'])") +latest=$(curl https://parsecli.back4app.com/supported?version=latest | python3 -c "import sys, json; print(json.load(sys.stdin)['version'])") case `uname -pm` in "x86_64 x86_64" )