Run apt update first
This commit is contained in:
parent
498cfd4c39
commit
d96ad07cdb
@ -29,7 +29,8 @@ log "Installing in $build_folder; logs available at $build_log"
|
||||
log
|
||||
|
||||
log "Installing build packages:"
|
||||
cmd sudo apt install -y "${build_packages[@]}"
|
||||
cmd sudo apt update && \
|
||||
cmd sudo apt install -y "${build_packages[@]}"
|
||||
log
|
||||
|
||||
debsrc_filename="/tmp/$(basename $debsrc_url)"
|
||||
|
Loading…
Reference in New Issue
Block a user