Skip to content

Commit

Permalink
fix: 🥅 Do not remove database sync files
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Dec 8, 2023
1 parent a67a22b commit 8bf5bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/calamares/modules/shellprocess_base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ script:
# ===================
# Pre-install cleanup
# ===================
- command: "-rm -rf /var/lib/pacman/sync"
timeout: 30
# - command: "-rm -rf /var/lib/pacman/sync"
# timeout: 30
- command: "-rm -f /var/lib/pacman/db.lck"
timeout: 10
- command: "-rm -f ${ROOT}/var/lib/pacman/db.lck"
Expand Down

0 comments on commit 8bf5bb1

Please sign in to comment.