feat: Improved package diff printing

This commit is contained in:
2026-04-15 17:15:21 +02:00
parent 5734c0d524
commit b8e2d68469
4 changed files with 65 additions and 19 deletions
+6 -4
View File
@@ -1,6 +1,8 @@
from commands.util import pacman
def config():
print(
"""
print("""
Your config can be found at
"""
)
""")
pacman.install_package_list(["chromium"])