set -x for debugging
This commit is contained in:
parent
ee188a30d7
commit
932f2b2d89
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
function apt_update_if_stale () {
|
function apt_update_if_stale () {
|
||||||
[ -z "$(find /var/lib/apt/lists -type f -mmin -30 2>/dev/null)" ] && apt-get update
|
[ -z "$(find /var/lib/apt/lists -type f -mmin -30 2>/dev/null)" ] && apt-get update
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user