From bc13dcd349430074d4276da33ec282bdd7833c78 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 17 Apr 2020 17:50:58 +1000 Subject: Remove Atmel FLIP from install scripts and documentation (#8822) --- util/win_shared_install.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'util/win_shared_install.sh') diff --git a/util/win_shared_install.sh b/util/win_shared_install.sh index 1265cb027f..072ca47c81 100755 --- a/util/win_shared_install.sh +++ b/util/win_shared_install.sh @@ -22,10 +22,6 @@ function install_utils { wget 'https://www.obdev.at/downloads/vusb/bootloadHID.2012-12-08.zip' unzip bootloadHID.2012-12-08.zip - echo "Installing Atmel Flip" - wget 'http://ww1.microchip.com/downloads/en/DeviceDoc/Flip%20Installer%20-%203.4.7.112.exe' - mv Flip\ Installer\ \-\ 3.4.7.112.exe FlipInstaller.exe - echo "Downloading the QMK driver installer" 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 - -- cgit v1.2.3