From b87ac01d832978a30b5373041f618ec568425ad6 Mon Sep 17 00:00:00 2001 From: xbl Date: Sun, 14 Jun 2026 14:16:42 +0200 Subject: [PATCH] modified: install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a750dab..ac8326c 100755 --- a/install.sh +++ b/install.sh @@ -20,7 +20,7 @@ set -e -TAR_URL="https://6bit.ch/qlpycon/qlpycon.tar.gz" +TAR_URL="https://6bit.ch/qlpycon.tar.gz" BIN_DIR="$HOME/.local/bin" BIN_PATH="$BIN_DIR/qlpycon"