We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af13e1 commit c8555bfCopy full SHA for c8555bf
install_env.sh
@@ -67,7 +67,6 @@ while true; do
67
68
if [[ "$choice" == "1" ]]; then
69
countdown "airdrop" || continue
70
- sudo su
71
echo ""
72
print_title "--------------- Bắt đầu cài đặt môi trường airdrop! ---------------"
73
@@ -114,7 +113,6 @@ while true; do
114
113
break
115
116
elif [[ "$choice" == "2" ]]; then
117
118
countdown "docker" || continue
119
120
print_title "--------------- Bắt đầu cài đặt môi trường docker! ---------------"
@@ -174,7 +172,6 @@ while true; do
174
172
175
173
176
elif [[ "$choice" == "3" ]]; then
177
178
countdown "git" || continue
179
180
print_title "--------------- Bắt đầu cài đặt Git! ---------------"
0 commit comments