#LOOSERHELPER

linux_logo
NotRoot="ERROR:  NEM vagy Rendszer-administrator/You are not root!. Ez a helper csak Root[admin] jogokkal fut!"
if [ "$UID" != 0 ];then echo "$NotRoot" ; sleep 6 && exit ;fi
ITMP="$HOME/tmp/kernelinstaller"
curl -fsSL --connect-timeout 5 https://ftp.blackpanther.hu/blackPanther/OS/All/Seeker/kernel/kernelinstall -o $ITMP || curl -fsSL --connect-timeout 5 https://ftp.linux.cz/pub/linux/blackpantheros/All/Seeker/kernel/kernelinstall -o $ITMP
if [ -f "$ITMP" ];then bash "$ITMP"; rm "$ITMP"; else echo "Kritikus hiba: A telepítő nem tölthető le! Jelezd ezt nekünk!";sleep 8; fi
linux_logo
echo "Hasznos tartalmakért látogass el hozzánk: blackpanther.hu"
sleep 3
echo "Viszlát!"
sleep 3


