Update build_deps.sh

This commit is contained in:
Arszilla
2022-08-30 00:05:45 +03:00
parent 33b82ddae0
commit 43f69cab21

View File

@@ -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