Launch New GIT
This commit is contained in:
@@ -401,7 +401,7 @@ fi
|
||||
#--------------------
|
||||
elif [ "$cake" == "9" ]; then
|
||||
local_version=$(cat /opt/DragonCore/version.txt)
|
||||
remote_version=$(wget -qO- https://raw.githubusercontent.com/Penguinehis/DragonCoreSSH-Beta/main/version.txt)
|
||||
remote_version=$(wget -qO- https://git.dr2.site/penguinehis/DragonCoreSSH-Beta/raw/branch/main/version.txt)
|
||||
if [[ "$local_version" == "$remote_version" ]]; then
|
||||
clear
|
||||
echo ""
|
||||
@@ -418,7 +418,7 @@ echo -ne "Atualizar script? S/N > "; read att
|
||||
echo ""
|
||||
lowercaseInput=$(echo "$att" | tr '[:upper:]' '[:lower:]')
|
||||
if [[ "$lowercaseInput" == 'y' || "$lowercaseInput" == 's' ]]; then
|
||||
bash <(wget -qO- https://raw.githubusercontent.com/Penguinehis/DragonCoreSSH-Beta/main/install.sh)
|
||||
bash <(wget -qO- https://git.dr2.site/penguinehis/DragonCoreSSH-Beta/raw/branch/main/install.sh)
|
||||
clear
|
||||
echo ""
|
||||
echo "Por favor digite menu novamente!"
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
20
install.sh
20
install.sh
@@ -65,7 +65,6 @@ EOF
|
||||
php_version="$(command php --version 2>'/dev/null' \
|
||||
| command head -n 1 \
|
||||
| command cut --characters=5-7)"
|
||||
cake=$(uname -m)
|
||||
if [ "$cake" = "x86_64" ]; then
|
||||
wget --user-agent "Mozilla" http://www.sourceguardian.com/loaders/download/loaders.linux-x86_64.tar.gz
|
||||
tar -xvzf loaders.linux-x86_64.tar.gz
|
||||
@@ -94,7 +93,6 @@ EOF
|
||||
php_version="$(command php --version 2>'/dev/null' \
|
||||
| command head -n 1 \
|
||||
| command cut --characters=5-7)"
|
||||
cake=$(uname -m)
|
||||
if [ "$cake" = "x86_64" ]; then
|
||||
wget --user-agent "Mozilla" http://www.sourceguardian.com/loaders/download/loaders.linux-x86_64.tar.gz
|
||||
tar -xvzf loaders.linux-x86_64.tar.gz
|
||||
@@ -124,17 +122,17 @@ fi
|
||||
cd /opt/
|
||||
rm -rf DragonCore
|
||||
cd $HOME
|
||||
git clone https://github.com/Penguinehis/DragonCoreSSH-Beta.git /opt/DragonCore
|
||||
git clone https://git.dr2.site/penguinehis/DragonCoreSSH-Beta.git /opt/DragonCore
|
||||
rm -rf /opt/DragonCore/aarch64
|
||||
rm -rf /opt/DragonCore/x86_64
|
||||
rm -rf /opt/DragonCore/install.sh
|
||||
curl -s -L -o /opt/DragonCore/menu https://raw.githubusercontent.com/Penguinehis/DragonCoreSSH-Beta/main/$(uname -m)/menu
|
||||
curl -s -L -o /opt/DragonCore/dragon_go https://raw.githubusercontent.com/Penguinehis/DragonCoreSSH-Beta/main/$(uname -m)/dragon_go
|
||||
curl -s -L -o /opt/DragonCore/badvpn-udpgw https://raw.githubusercontent.com/Penguinehis/DragonCoreSSH-Beta/main/$(uname -m)/badvpn-udpgw
|
||||
curl -s -L -o /opt/DragonCore/libcrypto.so.3 https://raw.githubusercontent.com/Penguinehis/DragonCoreSSH-Beta/main/$(uname -m)/libcrypto.so.3
|
||||
curl -s -L -o /opt/DragonCore/libssl.so.3 https://raw.githubusercontent.com/Penguinehis/DragonCoreSSH-Beta/main/$(uname -m)/libssl.so.3
|
||||
curl -s -L -o /opt/DragonCore/ProxyDragon https://raw.githubusercontent.com/Penguinehis/DragonCoreSSH-Beta/main/$(uname -m)/ProxyDragon
|
||||
curl -s -L -o /opt/DragonCore/ulekbot https://raw.githubusercontent.com/Penguinehis/DragonCoreSSH-Beta/main/$(uname -m)/ulekbot
|
||||
curl -s -L -o /opt/DragonCore/menu https://git.dr2.site/penguinehis/DragonCoreSSH-Beta/raw/branch/main/$(uname -m)/menu
|
||||
curl -s -L -o /opt/DragonCore/dragon_go https://git.dr2.site/penguinehis/DragonCoreSSH-Beta/raw/branch/main/$(uname -m)/dragon_go
|
||||
curl -s -L -o /opt/DragonCore/badvpn-udpgw https://git.dr2.site/penguinehis/DragonCoreSSH-Beta/raw/branch/main/$(uname -m)/badvpn-udpgw
|
||||
curl -s -L -o /opt/DragonCore/libcrypto.so.3 https://git.dr2.site/penguinehis/DragonCoreSSH-Beta/raw/branch/main/$(uname -m)/libcrypto.so.3
|
||||
curl -s -L -o /opt/DragonCore/libssl.so.3 https://git.dr2.site/penguinehis/DragonCoreSSH-Beta/raw/branch/main/$(uname -m)/libssl.so.3
|
||||
curl -s -L -o /opt/DragonCore/ProxyDragon https://git.dr2.site/penguinehis/DragonCoreSSH-Beta/raw/branch/main/$(uname -m)/ProxyDragon
|
||||
curl -s -L -o /opt/DragonCore/ulekbot https://git.dr2.site/penguinehis/DragonCoreSSH-Beta/raw/branch/main/$(uname -m)/ulekbot
|
||||
cd /opt/DragonCore
|
||||
chmod +x *
|
||||
cd $HOME
|
||||
@@ -194,8 +192,6 @@ install_netstat() {
|
||||
fi
|
||||
}
|
||||
install_netstat
|
||||
#Bolo
|
||||
apt install screen nload htop lsof -y
|
||||
#continua o script
|
||||
screen -X -S proxydragon quit
|
||||
screen -X -S openvpn quit
|
||||
|
||||
1
key
Normal file
1
key
Normal file
@@ -0,0 +1 @@
|
||||
mZyx3VuEclU4XWd8EFUnGpW9jQOiSqds5YtZfLyAMXNFucR5rF6FfTHoaYJ1hbYA6H7JObE1TfoWriTgfeTowljbF6lPJ9TS0Pe77FiIO4A3mJsa9VKHeoI5F8NGXv0Yoy7srN6WexkGkpDfciEBux5M9W50ucVgQsJKnYaZREuBYxHnq5wckoV0I4HCgQIPUULL95fwCuamu6DnsSr9EldgveWLf7VhkgxUjBdHYTCbAYcBLib9ISwPiD50BAYik82MA99ZbtLeyzTJN5CDFxDVPnNaBAOFAKeUXfIbft4w
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
28 Year Of the Dragon
|
||||
29 Year Of the Dragon
|
||||
File diff suppressed because one or more lines are too long
@@ -401,7 +401,7 @@ fi
|
||||
#--------------------
|
||||
elif [ "$cake" == "9" ]; then
|
||||
local_version=$(cat /opt/DragonCore/version.txt)
|
||||
remote_version=$(wget -qO- https://raw.githubusercontent.com/Penguinehis/DragonCoreSSH-Beta/main/version.txt)
|
||||
remote_version=$(wget -qO- https://git.dr2.site/penguinehis/DragonCoreSSH-Beta/raw/branch/main/version.txt)
|
||||
if [[ "$local_version" == "$remote_version" ]]; then
|
||||
clear
|
||||
echo ""
|
||||
@@ -418,7 +418,7 @@ echo -ne "Atualizar script? S/N > "; read att
|
||||
echo ""
|
||||
lowercaseInput=$(echo "$att" | tr '[:upper:]' '[:lower:]')
|
||||
if [[ "$lowercaseInput" == 'y' || "$lowercaseInput" == 's' ]]; then
|
||||
bash <(wget -qO- https://raw.githubusercontent.com/Penguinehis/DragonCoreSSH-Beta/main/install.sh)
|
||||
bash <(wget -qO- https://git.dr2.site/penguinehis/DragonCoreSSH-Beta/raw/branch/main/install.sh)
|
||||
clear
|
||||
echo ""
|
||||
echo "Por favor digite menu novamente!"
|
||||
|
||||
Reference in New Issue
Block a user