Radxa system setup utility
Arch
sudo tee -a /etc/devscripts.conf <<< 'DEBUILD_DPKG_BUILDPACKAGE_OPTS="-d"'
yay -Syu apt dpkg devscripts lintian pandoc shellcheck git-buildpackage
Debian
sudo apt-get update
sudo apt-get build-dep --no-install-recommends .
sudo apt-get install git-buildpackage
make run
: run local version of rsetup
make DEBUG=1 run
: run local version of rsetup in debug mode
make test
: run ShellCheck
make deb
: create Debian package