Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roothider committed May 14, 2024
1 parent f708b29 commit 06f327f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions fix_partial_is_missing.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#fix "/var/cache/apt/archives/partial is missing" for Sileo
#run this script in filza installed in trollstore

mkdir /var/cache
mkdir /var/cache/locate
mkdir -p /var/cache/apt/archives/partial
printf "" > /var/cache/apt/archives/lock
set JBROOT $(find /var/containers/Bundle/Application -maxdepth 1 -name ".jbroot-*")

mkdir $JBROOT/var/cache
mkdir $JBROOT/var/cache/locate
mkdir -p $JBROOT/var/cache/apt/archives/partial
printf "" > $JBROOT/var/cache/apt/archives/lock

echo "done"
Binary file removed fix_partial_is_missing.sh.zip
Binary file not shown.

0 comments on commit 06f327f

Please sign in to comment.