This file contains 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
#!/bin/bash | |
# | |
# Digital Ocean Ubuntu 16.04.6 Droplet | |
# Please run these command before running the script | |
# apt update && apt full-upgrade -y && apt install -y qemu-utils pv | |
# | |
# wget script | |
# | |
# Run script | |
# chmod +x make-chr.sh |