diff options
| author | skullY <skullydazed@gmail.com> | 2018-10-09 10:21:13 -0700 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-10-22 13:24:43 -0700 |
| commit | 79d495f51dd0d49a4e0ba84f3bcec588dba498b5 (patch) | |
| tree | 38f4af249a07e02c50ab119682ef4dd726136541 /util | |
| parent | ca56c2145f25ab04daa6bb96f31b948be9e57ef2 (diff) | |
| download | qmk_firmware-79d495f51dd0d49a4e0ba84f3bcec588dba498b5.tar.gz qmk_firmware-79d495f51dd0d49a4e0ba84f3bcec588dba498b5.zip | |
Add opensuse packages provided by @isolatedvirus
Diffstat (limited to 'util')
| -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 |
