Skip to content

Commit

Permalink
Update installgithub.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bakustarver authored Dec 17, 2024
1 parent 3fae4bf commit 86868b8
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.4
version=1.1.5
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')
Expand Down

0 comments on commit 86868b8

Please sign in to comment.