mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-04-29 19:44:52 +02:00
Update installgithub.sh
This commit is contained in:
parent
7e6e8b3cda
commit
0aa078ba3a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
archt=$(uname -m)
|
archt=$(uname -m | sed -e 's/armv7l/armhf/g')
|
||||||
version=1.0.3
|
version=1.0.3
|
||||||
link="https://github.com/bakustarver/rpgmakermlinux-cicpoffs/releases/download/v$version/rpgmakerlinux-$archt-v$version.tar.gz"
|
link="https://github.com/bakustarver/rpgmakermlinux-cicpoffs/releases/download/v$version/rpgmakerlinux-$archt-v$version.tar.gz"
|
||||||
basenametar=$(basename "$link")
|
basenametar=$(basename "$link")
|
||||||
|
|
Loading…
Add table
Reference in a new issue