소스 검색

Add opensuse packages provided by @isolatedvirus

skullY 7 년 전
부모
커밋
79d495f51d
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      util/linux_install.sh

+ 14 - 0
util/linux_install.sh

@@ -95,6 +95,20 @@ elif grep ID /etc/os-release | grep -q gentoo; then
 		echo "Quitting..."
 	fi
 
+elif grep ID /etc/os-release | grep -qE "opensuse|tumbleweed"; then
+	sudo zypper install \
+		avr-libc \
+		cross-avr-gcc8 \
+		cross-avr-binutils \
+		cross-arm-none-newlib-devel \
+		cross-arm-binutils cross-arm-none-newlib-devel \
+		dfu-tool \
+		dfu-programmer \
+		gcc \
+		unzip \
+		wget \
+		zip
+
 else
 	echo "Sorry, we don't recognize your OS. Help us by contributing support!"
 	echo