bdh-linux 4.2.9__tar.gz → 4.2.10__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.9
3
+ Version: 4.2.10
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
@@ -142,7 +142,7 @@ def network():
142
142
 
143
143
  print(f"[yellow]⚡ Connecting to {ssid}...[/yellow]")
144
144
  # nmcli moolama connect pandroom
145
- result = subprocess.run(f'nmcli device wifi connect "{$ssid}" password "{$password}"', shell=True)
145
+ result = subprocess.run(f'nmcli device wifi connect "{ssid}" password "{password}"', shell=True)
146
146
 
147
147
  if result.returncode == 0:
148
148
  print(f"[green]✅ Successfully connected to {ssid}![/green]")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bdh-linux
3
- Version: 4.2.9
3
+ Version: 4.2.10
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.9"
7
+ version = "v4.2.10"
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