update config
This commit is contained in:
parent
88f14c4412
commit
754a6cefb8
4 changed files with 9 additions and 5 deletions
3
bin/cups
3
bin/cups
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/sh
|
||||
echo $(whoami)
|
||||
#systemctl start org.cups.cupsd.service
|
6
bin/updatePlugin
Normal file
6
bin/updatePlugin
Normal file
|
@ -0,0 +1,6 @@
|
|||
plugin=$(wp plugin list 2> /dev/null | grep available | head -n 1 | awk '{print $1}')
|
||||
echo "$plugin"
|
||||
versions=$(wp plugin update $plugin 2> /dev/null | tail -n 2 | head -n 1 | awk '{print $2 "->" $3}')
|
||||
echo "$versions"
|
||||
git add .
|
||||
git commit -m "Update $plugin $version"
|
Loading…
Add table
Add a link
Reference in a new issue