From 5e36432cc52b25cc8595bf19ce8f15a05915d626 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:58:49 +0200 Subject: [PATCH] Update installgithub.sh --- installgithub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installgithub.sh b/installgithub.sh index 9398af0..0e1b29b 100644 --- a/installgithub.sh +++ b/installgithub.sh @@ -1,7 +1,7 @@ #!/bin/bash archt=$(uname -m | sed -e 's/armv7l/armhf/g') -version=1.1.3 +version=1.1.4 link="https://github.com/bakustarver/rpgmakermlinux-cicpoffs/releases/download/v$version/rpgmakerlinux-$archt-v$version.tar.gz" basenametar=$(basename "$link") dirtarname=$(echo "$basenametar" | sed -e 's@.tar.gz@@g')