Skip to content

Commit dcfd5c2

Browse files
authored
Update apt-get
1 parent 4e7c82e commit dcfd5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apt-get

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
i=0
44
tput sc
5-
while fuser /var/lib/dpkg/lock >/dev/null 2>&1 ; do
5+
while fuser /var/lib/apt/lists/lock >/dev/null 2>&1 ; do
66
case $(($i % 4)) in
77
0 ) j="-" ;;
88
1 ) j="\\" ;;

0 commit comments

Comments
 (0)