Skip to content

Commit

Permalink
Update installgithub.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bakustarver authored May 8, 2024
1 parent ac8ece5 commit 2023b2a
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.0.5
version=1.0.6
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 2023b2a

Please sign in to comment.