IMEI on Termux (AArch64 / ARM64) #20
Closed
SoftCreatR
started this conversation in
Show and tell
Replies: 2 comments 4 replies
-
Comand not found |
Beta Was this translation helpful? Give feedback.
3 replies
-
bash <(curl -sL dist.1-2.dev/imei.sh) --no-sig-verify --skip-jxl |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Did you know? IMEI also installs the latest ImageMagick including most delegates on Termux (Android Terminal Emulator). However, there are a few things to know:
If you want to try it, install Termux from the Play Store (https://play.google.com/store/apps/details?id=com.termux) or from F-Droid (https://f-droid.org/packages/com.termux/).
After successful installation, run Termux and follow these steps to install Ubuntu within Termux:
apt-get update && apt-get upgrade -y
apt-get install wget git proot -y
cd ~
git clone https://github.com/MFDGaming/ubuntu-in-termux.git
cd ubuntu-in-termux
bash ubuntu.sh -y
./startubuntu.sh
If everything has gone right, the rest should be straightforward:
apt-get update && apt-get upgrade -y
apt-get install wget git -y
bash <(wget -qO- dist.1-2.dev/imei.sh)
That's it. It will now take some time (more than usual), but it should work.
Beta Was this translation helpful? Give feedback.
All reactions