#!/bin/sh doas pkg_add automake glib2 intltool boost tcllib tklib bwidget python-tkinter libusb1 gtk+2 gtk+3 bash py3-setuptools git #Needed for "dumb" scripts that think bash is always at /bin/bash doas ln -s $(which bash) /bin/bash doas chmod -h 0555 /bin/bash doas chown -h root:bin /bin/bash ### Install yapps cd /tmp git clone "https://github.com/smurfix/yapps" cd yapps doas python3 setup.py install cd