Skip to content

Instantly share code, notes, and snippets.

@theorium-0
Last active July 8, 2025 18:51
Show Gist options
  • Save theorium-0/973bd2cdd79906e7aae7e46c0b7c8070 to your computer and use it in GitHub Desktop.
Save theorium-0/973bd2cdd79906e7aae7e46c0b7c8070 to your computer and use it in GitHub Desktop.
pkg update && pkg upgrade -y
pkg install proot proot-distro tsu fakeroot parted -y
proot -0 login
pkg install git tsu termux-tools jq root-repo docker -y
sudo git clone --depth=1 https://github.com/XternA/income-generator.git ~/.igm
# echo "alias igm=\"sh -c 'cd ~/.igm; sh start.sh \\\"\\\$@\\\"' --\"" >> ~/."${SHELL##*/}rc"; source ~/."${SHELL##*/}rc"
igm
@theorium-0
Copy link
Author

theorium-0 commented Jul 8, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment