Add lure-update.sh

This commit is contained in:
Sayantan Santra 2022-11-23 21:27:17 -06:00
parent 3f6de1be60
commit 7f96542b61
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
#!/bin/sh
# This is to update all apps installed on my server using lure
# The regular upgrade function of lure doesn't suffice since
# I use automatically updating version names in my install scripts
[ -f "$1" ] || echo "Please pass location of a list with github repo names"
for f in $(cat "$1" | tr '\n' ' ')