You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
333 B
12 lines
333 B
#!/bin/bash |
|
#!/bin/bash |
|
PATH="/usr/local/jdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/pkg/bin:/usr/pkg/sbin" |
|
export PATH |
|
|
|
cd /usr/local/bibliosangio |
|
git pull |
|
|
|
docker pull bibliorepo.dragashosting.com/bibliochromium |
|
docker pull bibliorepo.dragashosting.com/bibliomate |
|
|
|
docker image prune -f
|
|
|