Update installgithub.sh

This commit is contained in:
bakustarver 2024-04-08 13:17:55 +03:00 committed by GitHub
parent 7e6e8b3cda
commit 0aa078ba3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
#!/bin/bash
archt=$(uname -m)
archt=$(uname -m | sed -e 's/armv7l/armhf/g')
version=1.0.3
link="https://github.com/bakustarver/rpgmakermlinux-cicpoffs/releases/download/v$version/rpgmakerlinux-$archt-v$version.tar.gz"
basenametar=$(basename "$link")