Update xbps before installing things
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing

This commit is contained in:
eater 2019-08-28 17:32:52 +02:00
parent a1ce0a56d5
commit 03c1d9c945
Signed by: eater
GPG key ID: 656785D50BE51C0A
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
xbps-install -yR /tmp/xbps "$@" && xbps-remove -Oo && rm -rf /var/cache/xbps/* /tmp/xbps
xbps-install -Sy xbps && xbps-install -yR /tmp/xbps "$@" && xbps-remove -Oo && rm -rf /var/cache/xbps/* /tmp/xbps

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
xbps-install -Sy "$@" && xbps-remove -Oo && rm -rf /var/cache/xbps/* /tmp/xbps
xbps-install -Sy xbps && xbps-install -Sy "$@" && xbps-remove -Oo && rm -rf /var/cache/xbps/* /tmp/xbps