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
| #!/usr/bin/env -S bash -xeuo pipefail | |
| set -xeuo pipefail | |
| # If you already have a PRoot distro set up you can just login to it and skip to the 3rd command. | |
| apt update && apt install proot-distro -y && proot-distro install debian && proot-distro login debian | |