diff options
Diffstat (limited to 'util/win_shared_install.sh')
-rwxr-xr-x | util/win_shared_install.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util/win_shared_install.sh b/util/win_shared_install.sh index 1265cb027..072ca47c8 100755 --- a/util/win_shared_install.sh +++ b/util/win_shared_install.sh | |||
@@ -22,10 +22,6 @@ function install_utils { | |||
22 | wget 'https://www.obdev.at/downloads/vusb/bootloadHID.2012-12-08.zip' | 22 | wget 'https://www.obdev.at/downloads/vusb/bootloadHID.2012-12-08.zip' |
23 | unzip bootloadHID.2012-12-08.zip | 23 | unzip bootloadHID.2012-12-08.zip |
24 | 24 | ||
25 | echo "Installing Atmel Flip" | ||
26 | wget 'http://ww1.microchip.com/downloads/en/DeviceDoc/Flip%20Installer%20-%203.4.7.112.exe' | ||
27 | mv Flip\ Installer\ \-\ 3.4.7.112.exe FlipInstaller.exe | ||
28 | |||
29 | echo "Downloading the QMK driver installer" | 25 | echo "Downloading the QMK driver installer" |
30 | wget -qO- https://api.github.com/repos/qmk/qmk_driver_installer/releases | grep browser_download_url | head -n 1 | cut -d '"' -f 4 | wget -i - | 26 | wget -qO- https://api.github.com/repos/qmk/qmk_driver_installer/releases | grep browser_download_url | head -n 1 | cut -d '"' -f 4 | wget -i - |
31 | 27 | ||