Skip to content

radxa-pkg/rsetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsetup

Build & Release

Radxa system setup utility

Development dependencies

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

Usage

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