You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
install:
|
|
type curl && type jq || exit 1
|
|
mkdir -p $(DESTDIR)/usr/bin
|
|
install -m 0755 supload.sh $(DESTDIR)/usr/local/bin/supload
|
|
install -m 0755 supload.conf $(DESTDIR)/etc/supload.conf
|
|
|
|
uninstall:
|
|
rm $(DESTDIR)/usr/local/bin/supload
|