mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Update main.py
This commit is contained in:
parent
75bba349be
commit
5bb49e252d
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ class PMPamac(PackageManager):
|
|||
# resulting in remaining packages not being installed.
|
||||
import os
|
||||
if os.path.exists(lock):
|
||||
check_target_env_call(["rm", lock)
|
||||
check_target_env_call(["rm", lock])
|
||||
|
||||
def install(self, pkgs, from_local=False):
|
||||
self.check_db_lock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue