Kaynağa Gözat

feat: Update install.sh

oneinstack 1 yıl önce
ebeveyn
işleme
a462b37d32
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -213,7 +213,7 @@ while :; do
 done
 
 # Check md5sum
-if [ ${ARG_NUM} == 0 ]; then
+if [ ${ARG_NUM} == 0 ] && [ ! -e ~/.oneinstack ]; then
   # Check md5sum
   while :; do echo
     read -e -p "Do you want to check md5sum? [y/n]: " md5sum_flag