This commit is contained in:
drowkid01 2025-05-28 09:27:04 +00:00
parent 012b04b977
commit 55b22af885
7 changed files with 20 additions and 0 deletions

20
install.sh Normal file
View File

@ -0,0 +1,20 @@
#!/bin/bash
(
[[ ! $(dpkg --get-selections|grep -w 'figlet') ]] && apt install figlet -y >/dev/null 2>&
[[ ! $(dpkg --get-selections|grep -w 'lolcat') ]] && apt install lolcat -y >/dev/null 2>&
rm -rf /usr/local/lib/drowkid >/dev/null 2>&1
mkdir -p /usr/local/lib/drowkid
wget -qO- ipv4.icanhazip.com > /usr/local/lib/drowkid/ipdk
wget -O /usr/local/lib/drowkid/msg https://darix.ooguy.com/drowkid01/dpbt/raw/branch/main/otros/msg >/dev/null 2>&1
wget -O /usr/local/lib/drowkid/scripts.json https://darix.ooguy.com/drowkid01/dpbt/raw/branch/main/scripts/scripts.json >/dev/null 2>&1
echo '999' > /usr/local/lib/drowkid/limit&&echo '@drowkid01' > /usr/local/lib/drowkid/adm
) && add-apt-repository universe
apt update -y
apt upgrade -y
apt list --upgradable
dpkg --configure -a
clear&&clear
source /usr/local/lib/drowkid/msg
figlet 'PCKGS'|lolcat
msg -b

Binary file not shown.

Binary file not shown.

BIN
scripts/latam.tar Normal file

Binary file not shown.

BIN
scripts/vpsmx.tar Normal file

Binary file not shown.