mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-03-28 14:56:21 +01:00
Add files via upload
This commit is contained in:
parent
f58d89ef03
commit
ac4e491f84
1 changed files with 10 additions and 0 deletions
10
installgithub.sh
Normal file
10
installgithub.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
archt=$(uname -m)
|
||||
link="https://github.com/bakustarver/rpgmakermlinux-cicpoffs/releases/download/v1.0.0/rpgmakerlinux-$archt-v1.0.0.tar.gz"
|
||||
basenametar=$(basename "$link")
|
||||
dirtarname=$(echo "$basenametar" | sed -e 's@.tar.gz@@g')
|
||||
wget -P "/tmp/" "$link"
|
||||
tar -xf "$defp/nwjs-$version-linux-$arch.tar.gz" -C "/tmp/"
|
||||
rm "/tmp/$basenametar"
|
||||
/tmp/$dirtarname/install.sh
|
Loading…
Add table
Reference in a new issue