bdh-linux 4.2.4__tar.gz → 4.2.6__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.4
3
+ Version: 4.2.6
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]")
@@ -104,4 +104,4 @@ def docker():
104
104
  run("sudo usermod -aG docker $USER")
105
105
  print("")
106
106
  print("[green]✅ Docker setup done![/green]")
107
- reset
107
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bdh-linux
3
- Version: 4.2.4
3
+ Version: 4.2.6
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.4"
7
+ version = "v4.2.6"
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