Skip to content

Commit 05b0944

Browse files
committed
fix_partial_is_missing
1 parent 816ac64 commit 05b0944

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

fix_partial_is_missing.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#fix "/var/cache/apt/archives/partial is missing" for Sileo
2+
#run this script in filza installed in trollstore
3+
4+
mkdir /var/cache
5+
mkdir /var/cache/locate
6+
mkdir -p /var/cache/apt/archives/partial
7+
touch /var/cache/apt/lock
8+
9+
echo "done"

fix_partial_is_missing.sh.zip

964 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)