Skip to content

Commit 70ac8c7

Browse files
committed
Update version 2.0
add system restart option
1 parent 5f71d76 commit 70ac8c7

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

install.sh

+10-6
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,27 @@ apt upgrade -y
44
apt install lolcat -y
55
apt install figlet -y
66
apt install neofetch -y
7+
apt install screenfetch -y
78
cd
89
rm -rf /root/udp
910
mkdir -p /root/udp
1011

1112
# banner
1213
clear
1314

14-
echo -e " ░█▀▀▀█ ░█▀▀▀█ ░█─── ─█▀▀█ ░█▀▀█   ░█─░█ ░█▀▀▄ ░█▀▀█ " | lolcat
15-
echo -e " ─▀▀▀▄▄ ─▀▀▀▄▄ ░█─── ░█▄▄█ ░█▀▀▄   ░█─░█ ░█─░█ ░█▄▄█ " | lolcat
16-
echo -e " ░█▄▄▄█ ░█▄▄▄█ ░█▄▄█ ░█─░█ ░█▄▄█   ─▀▄▄▀ ░█▄▄▀ ░█─── " | lolcat
15+
echo -e " ░█▀▀▀█ ░█▀▀▀█ ░█─── ─█▀▀█ ░█▀▀█ ░█─░█ ░█▀▀▄ ░█▀▀█ " | lolcat
16+
echo -e " ─▀▀▀▄▄ ─▀▀▀▄▄ ░█─── ░█▄▄█ ░█▀▀▄ ░█─░█ ░█─░█ ░█▄▄█ " | lolcat
17+
echo -e " ░█▄▄▄█ ░█▄▄▄█ ░█▄▄█ ░█─░█ ░█▄▄█ ─▀▄▄▀ ░█▄▄▀ ░█─── " | lolcat
1718
echo ""
1819
echo ""
1920
echo ""
2021
sleep 5
21-
# change to time GMT+7
22-
echo "change to time GMT+7"
23-
ln -fs /usr/share/zoneinfo/Asia/Jakarta /etc/localtime
22+
# change to time GMT+5:30
23+
24+
echo "change to time GMT+5:30 Sri Lanka"
25+
ln -fs /usr/share/zoneinfo/Asia/Colombo /etc/localtime
26+
27+
2428

2529
# install udp-custom
2630
echo downloading udp-custom

system.zip

-662 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)