#!/bin/sh
#DESCRIPTION=This script will update your image with RB Camd3 Keys
echo "Camd3 KeyUpdate by redbull301"
echo "erstelle Ordner..."
[ -d /var/keys ] || mkdir -p /var/keys
echo "lade Camd3 Keys herunter"
wget http://keys.satangels.com/single/RB_Camd3keys.tar.gz -O /tmp/RB_Camd3keys.tar.gz
wget http://keys.satangels.com/single/RB_camd3.txt -O /tmp/RB_camd3.txt
echo "Camd3 Keys werden installiert..."
tar -xzf /tmp/RB_Camd3keys.tar.gz -C /
chmod 644 /var/keys/camd3.keys
echo "Key-Update erfolgreich abgeschlossen."
echo ""
echo ""
echo "just a moment please......."
echo ""
echo ""
echo ""
echo ""
more /tmp/RB_camd3.txt
rm /tmp/RB_Camd3keys.tar.gz
rm /tmp/RB_camd3.txt
sleep 2
