You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd$P_Dir&&$Proxy_OK git clone --depth 1 https://github.com/niklasb/libc-database.git > /dev/null 2>&1&& Echo_INFOR "Successfully installed $name in the $dir"|| Echo_ERROR3
914
930
cd$dir
915
-
./get ubuntu debian
931
+
932
+
Echo_ALERT "Running './get ubuntu debian' will take a long time and download a lot of data.\nDo you want to continue? Type 'y' to proceed, or press Enter to skip and run manually later."
933
+
echo -e "\033[5;33m\nContinue? [y/N,Default N] (Press Enter for No)\033[0m"&&read -r input
934
+
case$inputin
935
+
[yY][eE][sS]|[Yy])
936
+
$Proxy_OK ./get ubuntu debian
937
+
;;
938
+
*)
939
+
Echo_INFOR "Skipped. You can run './get ubuntu debian' manually in $dir when ready."
0 commit comments