mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-04-29 19:44:52 +02:00
Add files via upload
This commit is contained in:
parent
28a21317d5
commit
60638c5219
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
gitlink="https://github.com/nwjs/nw.js"
|
||||
defp="$HOME/desktopapps/nwjs/nwjs"
|
||||
versioninstalledlist=$(ls "$defp/nwjs")
|
||||
arch=$(uname -m | sed -e 's@i386@ia32@g' -e 's@x86_64@x64@g' -e 's@armhf@arm@g' -e 's@aarch64@arm64@g')
|
||||
arch=$(uname -m | sed -e 's@i686@ia32@g' -e 's@x86_64@x64@g' -e 's@armhf@arm@g' -e 's@aarch64@arm64@g')
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue