This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/data/data/com.termux/files/usr/bin/bash | |
install_udocker(){ | |
apt update | |
yes | pkg install -y python-pip patch proot | |
if pip freeze | grep -Eq "^udocker=="; then | |
pip uninstall -y udocker |