Skip to content

Commit c8555bf

Browse files
committed
Updated: Remove sudo su
1 parent 3af13e1 commit c8555bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

install_env.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ while true; do
6767

6868
if [[ "$choice" == "1" ]]; then
6969
countdown "airdrop" || continue
70-
sudo su
7170
echo ""
7271
print_title "--------------- Bắt đầu cài đặt môi trường airdrop! ---------------"
7372

@@ -114,7 +113,6 @@ while true; do
114113
break
115114

116115
elif [[ "$choice" == "2" ]]; then
117-
sudo su
118116
countdown "docker" || continue
119117

120118
print_title "--------------- Bắt đầu cài đặt môi trường docker! ---------------"
@@ -174,7 +172,6 @@ while true; do
174172
break
175173

176174
elif [[ "$choice" == "3" ]]; then
177-
sudo su
178175
countdown "git" || continue
179176

180177
print_title "--------------- Bắt đầu cài đặt Git! ---------------"

0 commit comments

Comments
 (0)