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