소스 검색

ID raspbian as debian

bryan 2 년 전
부모
커밋
149107f054
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      installJRMC

+ 3 - 0
installJRMC

@@ -274,6 +274,9 @@ init() {
         *suse*)
             ID="suse"
             ;;
+        raspbian)
+            ID="debian"
+            ;;
         *)
             echo "Autodetecting distro, this may be unreliable and --compat may also be required"
             if hash dnf &>/dev/null; then