Commit 9f3fe4a
committed
Fix apt cache permission error
Cache only /var/cache/apt/archives instead of /var/cache/apt to avoid
permission errors with lock files and partial directories. The archives
directory contains the downloaded .deb packages and doesn't require
root permissions to cache.1 parent ec507d5 commit 9f3fe4a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments