Eliminare 'configure_arch'

main
sam 3 years ago
parent b69b2af9ee
commit 6bf1bc52a2

@ -1,22 +0,0 @@
ARCH=$(dpkg --print-architecture)
echo $ARCH
if [ $ARCH = "amd64" ]
then
ARCH=x86_64-linux-gnu
elif [ $ARCH = "i386" ]
then
ARCH=i386-linux-gnu
elif [ $ARCH = "arm64" ]
then
ARCH=aarch64-linux-gnu
elif [ $ARCH = "armhf" ]
then
ARCH=arm-linux-gnueabihf
elif [ $ARCH = "armel" ]
then
ARCH=arm-linux-gnueabi
else
echo architecture not found!!!!!!!!!
echo exiting
exit 0
fi
Loading…
Cancel
Save