Skip to content

Commit

Permalink
system/mocaccino-calamares: adjust uninstall command
Browse files Browse the repository at this point in the history
adding --full also removes utils/yip-systemd. As a result un the installed system profiles are not getting applied. This should resolve mocaccinoOS/mocaccino#142
  • Loading branch information
joostruis committed Sep 21, 2024
1 parent 593e7b5 commit 811cc4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mocaccino/mocaccino-calamares/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
category: "system"
name: "mocaccino-calamares"
version: "0.20240912"
version: "0.20240921"
requires:
- category: "apps"
name: "calamares"
Expand Down
2 changes: 1 addition & 1 deletion packages/mocaccino/mocaccino-calamares/mocaccino/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def run():
configure_services(install_path)

if len(luet_packages2remove) > 0:
args = ["luet", "uninstall", "-y", "--full", "--solver-concurrent"]
args = ["luet", "uninstall", "-y"]
# args = args + luet_packages2remove
# libcalamares.utils.target_env_call(args)
# Temporary trying to remove every package singolary
Expand Down

0 comments on commit 811cc4f

Please sign in to comment.