Remove .debs before downloading
This commit is contained in:
parent
e0ee1b4059
commit
1ff5b0006b
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
rm *.deb
|
||||
curl -s https://api.github.com/repos/INTI-CMNB/kicad-automation-scripts/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i -
|
||||
curl -s https://api.github.com/repos/INTI-CMNB/InteractiveHtmlBom/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i -
|
||||
curl -s https://api.github.com/repos/INTI-CMNB/kiplot/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i -
|
||||
|
|
|
|||
Loading…
Reference in New Issue