diff options
Diffstat (limited to 'util/linux_install.sh')
| -rwxr-xr-x | util/linux_install.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/util/linux_install.sh b/util/linux_install.sh index a6a053276..5186e31f2 100755 --- a/util/linux_install.sh +++ b/util/linux_install.sh | |||
| @@ -95,6 +95,20 @@ elif grep ID /etc/os-release | grep -q gentoo; then | |||
| 95 | echo "Quitting..." | 95 | echo "Quitting..." |
| 96 | fi | 96 | fi |
| 97 | 97 | ||
| 98 | elif grep ID /etc/os-release | grep -qE "opensuse|tumbleweed"; then | ||
| 99 | sudo zypper install \ | ||
| 100 | avr-libc \ | ||
| 101 | cross-avr-gcc8 \ | ||
| 102 | cross-avr-binutils \ | ||
| 103 | cross-arm-none-newlib-devel \ | ||
| 104 | cross-arm-binutils cross-arm-none-newlib-devel \ | ||
| 105 | dfu-tool \ | ||
| 106 | dfu-programmer \ | ||
| 107 | gcc \ | ||
| 108 | unzip \ | ||
| 109 | wget \ | ||
| 110 | zip | ||
| 111 | |||
| 98 | else | 112 | else |
| 99 | echo "Sorry, we don't recognize your OS. Help us by contributing support!" | 113 | echo "Sorry, we don't recognize your OS. Help us by contributing support!" |
| 100 | echo | 114 | echo |
