0
0
Fork 0
mirror of https://github.com/Screetsec/TheFatRat.git synced 2023-12-14 02:02:58 +01:00
This commit is contained in:
PikPikcU 2023-06-01 19:16:12 +07:00 committed by GitHub
commit 2d26a96978
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ fi
} }
function repokey () { function repokey () {
echo -ne "$green" "[ ? ] Update Jessie/Kali Repo Public Key" echo -ne "$green" "[ ? ] Update bullseye/Kali Repo Public Key"
apt-get update &> /tmp/aptkey.log apt-get update &> /tmp/aptkey.log
awk '{print $1}' RS='NO_PUBKEY' /tmp/aptkey.log | sed '1d' > /tmp/expkeys.log awk '{print $1}' RS='NO_PUBKEY' /tmp/aptkey.log | sed '1d' > /tmp/expkeys.log
awk '{print $1}' RS='EXPKEYSIG' /tmp/aptkey.log | sed '1d' >> /tmp/expkeys.log awk '{print $1}' RS='EXPKEYSIG' /tmp/aptkey.log | sed '1d' >> /tmp/expkeys.log
@ -822,9 +822,9 @@ cp /etc/apt/sources.list /etc/apt/sources.list.fatrat
fi fi
rm -f /etc/apt/sources.list rm -f /etc/apt/sources.list
touch /etc/apt/sources.list touch /etc/apt/sources.list
echo "deb http://deb.debian.org/debian/ jessie main contrib non-free" > /etc/apt/sources.list echo "deb http://ftp.de.debian.org/debian bullseye main" > /etc/apt/sources.list
repokey repokey
xterm -T "☣ UPDATING REPOSITORIES DEDIAN JESSIE☣" -geometry 100x30 -e "sudo apt-get clean && sudo apt-get clean cache && sudo apt-get update -y | tee -a $mingw" xterm -T "☣ UPDATING REPOSITORIES DEDIAN BULLSEYE☣" -geometry 100x30 -e "sudo apt-get clean && sudo apt-get clean cache && sudo apt-get update -y | tee -a $mingw"
sleep 1 sleep 1
# check if mingw32 or mingw-64 exists # check if mingw32 or mingw-64 exists