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
75ffe1c33b
commit
28a21317d5
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ localapplicationsfd="$HOME/.local/share/applications/"
|
||||||
localbin="$HOME/.local/bin"
|
localbin="$HOME/.local/bin"
|
||||||
|
|
||||||
arch=$(uname -m)
|
arch=$(uname -m)
|
||||||
archcheckmessage=$(echo "$arch" | sed -e 's@x86_64@pie executable, x86-64,@g' -e 's@aarch64@pie executable, ARM aarch64,@g' -e 's@i386@pie executable, Intel 80386,@g' -e 's@armhf@pie executable, ARM,@g')
|
archcheckmessage=$(echo "$arch" | sed -e 's@x86_64@pie executable, x86-64,@g' -e 's@aarch64@pie executable, ARM aarch64,@g' -e 's@i686@pie executable, Intel 80386,@g' -e 's@armhf@pie executable, ARM,@g')
|
||||||
|
|
||||||
rm -rf "$mainfd"
|
rm -rf "$mainfd"
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ if ! file "$1" | grep -q "$archcheckmessage" ; then
|
||||||
# Use $ wget -qO- installscript.sh | bash
|
# Use $ wget -qO- installscript.sh | bash
|
||||||
file "$1"
|
file "$1"
|
||||||
echo "Wrong architecture!!
|
echo "Wrong architecture!!
|
||||||
Download the correct version of the program with the name rpgmakerlinux-$arch-v1.0.0.tar.gz"
|
Download corrent archive with $arch"
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue