`wine.sh` tries to download 2 files for notepad++: ```bash wget -O /tmp/notepad32.7z https://notepad-plus-plus.org/repository/7.x/7.5.1/npp.7.5.1.bin.7z wget -O /tmp/notepad64.7z https://notepad-plus-plus.org/repository/7.x/7.5.1/npp.7.5.1.bin.x64.7z ``` Both of these files don't exist anymore and cause a 404 error. These links should probably be replaced with something from https://github.com/notepad-plus-plus/notepad-plus-plus/releases.