Portable | Cccamcfg

Manually editing these files via a satellite receiver's remote or basic text editor can be tedious and error-prone.

SOFTKEY_FILE = /usr/keys/SoftCam.Key AUTOROLL_FILE = /usr/keys/AutoRoll.Key cccamcfg portable

#!/bin/sh # find mount point of USB by label "CCCAM_USB" MOUNT=$(lsblk -o NAME,LABEL,MOUNTPOINT -P | grep 'LABEL="CCCAM_USB"' | sed -n 's/.*MOUNTPOINT="\([^"]*\)".*/\1/p') if [ -z "$MOUNT" ]; then echo "USB not mounted" exit 1 fi cd "$MOUNT/cccam" ./cccam -c ./cccam.cfg Manually editing these files via a satellite receiver's