Skip to content

Instantly share code, notes, and snippets.

View derplayer's full-sized avatar
🤔
Status message? What is this, MSN? It's a code sharing service not a hookup site

derplayer

🤔
Status message? What is this, MSN? It's a code sharing service not a hookup site
View GitHub Profile
@derplayer
derplayer / install-oscam.sh
Created March 2, 2023 00:30 — forked from jfisbein/install-oscam.sh
install and update oscam on raspbian
#!/bin/bash
set -e
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root" 1>&2
exit 1
fi
function install() {