Update build_deps.sh
This commit is contained in:
@@ -14,6 +14,7 @@ set -e
|
||||
apt-wait() {
|
||||
while fuser /var/{lib/{dpkg,apt/lists},cache/apt/archives}/lock >/dev/null 2>&1; do
|
||||
sleep $[ $RANDOM % 15 5 ]
|
||||
|
||||
done
|
||||
|
||||
if [ "$1" == "update" ]; then
|
||||
|
||||
Reference in New Issue
Block a user