Skip to content

Commit a137a2b

Browse files
committed
update
Signed-off-by: nιcнolaѕ wιlde <ncwilde43@gmail.com>
1 parent 24fe805 commit a137a2b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/apt.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ If you are using apt you can use this entry in /etc/apt/sources.list:
1111

1212
deb http://security.debian.org/debian-security stable-security main
1313
```
14+
15+
```shell
16+
(
17+
sudo rm -r /var/lib/apt/lists
18+
sudo mkdir -p /var/lib/apt/lists/partial
19+
sudo apt clean
20+
sudo apt update
21+
)
22+
```

0 commit comments

Comments
 (0)