forked from mirrors/qmk_userspace
Remove Atmel FLIP from install scripts and documentation (#8822)
This commit is contained in:
parent
55002338b1
commit
bc13dcd349
18 changed files with 2 additions and 89 deletions
|
@ -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 -
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue