parent
88f14c4412
commit
754a6cefb8
4 changed files with 9 additions and 5 deletions
@ -1,3 +0,0 @@ |
||||
#!/usr/bin/sh |
||||
echo $(whoami) |
||||
#systemctl start org.cups.cupsd.service |
@ -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" |
@ -1 +1 @@ |
||||
Subproject commit ae88b1140ad3e61e9dc2aaea9bdbcee0efc928e0 |
||||
Subproject commit f1e211ac3c6c4d4f877965acf3fbc37755f57673 |
Loading…
Reference in new issue