mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-03-28 14:56:21 +01:00
Update installgithub.sh
This commit is contained in:
parent
5593261783
commit
8dc7704b65
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ link="https://github.com/bakustarver/rpgmakermlinux-cicpoffs/releases/download/v
|
|||
basenametar=$(basename "$link")
|
||||
dirtarname=$(echo "$basenametar" | sed -e 's@.tar.gz@@g')
|
||||
wget -P "/tmp/" "$link"
|
||||
tar -xf "/tmp/nwjs-$version-linux-$arch.tar.gz" -C "/tmp/"
|
||||
tar -xf "/tmp/$basenametar" -C "/tmp/"
|
||||
rm "/tmp/$basenametar"
|
||||
/tmp/$dirtarname/install.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue