Skip to content

Commit

Permalink
Update installgithub.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bakustarver authored Oct 23, 2024
1 parent b32719c commit 91cdd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installgithub.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

archt=$(uname -m | sed -e 's/armv7l/armhf/g')
version=1.1.1
version=1.1.2
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 '[email protected]@@g')
Expand Down

0 comments on commit 91cdd53

Please sign in to comment.