appdwarf/apps/appimage

6 lines
284 B
Plaintext
Raw Normal View History

#!/bin/bash
LINK1=https://raw.githubusercontent.com/AppImage/appimage.github.io/master/apps/$1.md
2022-01-14 18:41:46 +00:00
LINK2="$(curl "$LINK1" | grep -o https.\*releases | sed 's|github.com|api.github.com/repos|')"
LINK3="$(curl "$LINK2" | grep -v arm64 | grep -om1 https.\*AppImage)"
appdwarf -u "$LINK3"