Skip to content

Instantly share code, notes, and snippets.

View rvt's full-sized avatar

R. van Twisk rvt

View GitHub Profile
@rvt
rvt / stratux.sh
Created June 17, 2022 08:23
Build script for stratux on a already installed stratux system (from VirusPilot)
#!/bin/bash
#set -x
set -e
# prepare libs
sudo apt install libjpeg62-turbo-dev libconfig9 rpi-update dnsmasq git cmake libusb-1.0-0-dev build-essential \
autoconf libtool i2c-tools libfftw3-dev libncurses-dev python3-serial jq ifplugd iptables -y
sudo update-ca-certificates
# install latest golang