소스 검색

feat: Update install.sh

oneinstack 1 년 전
부모
커밋
a462b37d32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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