IMEI on Termux (AArch64 / ARM64) #20
Closed
SoftCreatR
started this conversation in
Show and tell
Replies: 4 comments 5 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.
2 replies
-
Code |
Beta Was this translation helpful? Give feedback.
0 replies
-
After dowenload what should i do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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