Actually this is about apt-get update for the mirror listing

This commit is contained in:
Johannes Zellner
2016-12-30 16:29:29 +01:00
parent 73e6e519a3
commit 9afbbde062

View File

@@ -130,7 +130,7 @@ echo " Join us at https://chat.cloudron.io for any questions."
echo ""
echo -n "=> Wait for package manager to finish ..."
while fuser /var/lib/dpkg/lock &>> "${LOG_FILE}"; do
while fuser /var/lib/apt/lists/lock &>> "${LOG_FILE}"; do
echo -n "."
sleep 1
done