mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 13:18:35 -06:00
Add lure-update.sh
This commit is contained in:
parent
3f6de1be60
commit
7f96542b61
1 changed files with 4 additions and 0 deletions
|
@ -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' ' ')
|
||||
|
|
Loading…
Reference in a new issue