bdh-linux 4.2.5__tar.gz → 4.2.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bdh-linux
3
- Version: 4.2.5
3
+ Version: 4.2.7
4
4
  Summary: bdh-linux — Backend Developer OS setup tool for Arch/Manjaro
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/BackendDeveloperHub/bdh-linux
@@ -51,5 +51,5 @@ def media():
51
51
  def cleanup():
52
52
  """ remove cache and orphaned packages..."""
53
53
  run("sudo pacman -Rns $(pacman -Qtdq) --noconfirm || true")
54
- run(["sudo pacman -Sc --noconfirm")
54
+ run("sudo pacman -Sc --noconfirm")
55
55
  print("[green]✅ System Cleaned successfully![/green]")
@@ -68,7 +68,7 @@ def terminal():
68
68
  print("[green]✅ Terminal setup done![/green]")
69
69
  print("[green]💡 Run 'p10k configure' to customize prompt![/green]")
70
70
  print("[green]⚡ Restart terminal to apply![/green]")
71
- reset
71
+ print('reset')
72
72
 
73
73
  @app.command()
74
74
  def packages():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bdh-linux
3
- Version: 4.2.5
3
+ Version: 4.2.7
4
4
  Summary: bdh-linux — Backend Developer OS setup tool for Arch/Manjaro
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/BackendDeveloperHub/bdh-linux
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "bdh-linux"
7
- version = "v4.2.5"
7
+ version = "v4.2.7"
8
8
  description = "bdh-linux — Backend Developer OS setup tool for Arch/Manjaro"
9
9
  readme = "README.md"
10
10
 
File without changes
File without changes
File without changes