machineconfig 5.44__py3-none-any.whl → 5.45__py3-none-any.whl
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.
Potentially problematic release.
This version of machineconfig might be problematic. Click here for more details.
- machineconfig/scripts/python/interactive.py +4 -4
- {machineconfig-5.44.dist-info → machineconfig-5.45.dist-info}/METADATA +1 -1
- {machineconfig-5.44.dist-info → machineconfig-5.45.dist-info}/RECORD +6 -6
- {machineconfig-5.44.dist-info → machineconfig-5.45.dist-info}/WHEEL +0 -0
- {machineconfig-5.44.dist-info → machineconfig-5.45.dist-info}/entry_points.txt +0 -0
- {machineconfig-5.44.dist-info → machineconfig-5.45.dist-info}/top_level.txt +0 -0
|
@@ -129,14 +129,14 @@ def execute_installations(selected_options: list[str]) -> None:
|
|
|
129
129
|
|
|
130
130
|
if "install_repos" in selected_options:
|
|
131
131
|
console.print(Panel("🐍 [bold green]PYTHON ENVIRONMENT[/bold green]\n[italic]Virtual environment setup[/italic]", border_style="green"))
|
|
132
|
+
import platform
|
|
132
133
|
if platform.system() == "Windows":
|
|
133
|
-
|
|
134
|
+
run_shell_script(r"""$HOME\.local\bin\uv.exe tool install machineconfig""")
|
|
134
135
|
else:
|
|
135
|
-
|
|
136
|
-
run_shell_script(MACHINECONFIG.read_text(encoding="utf-8"))
|
|
137
|
-
|
|
136
|
+
run_shell_script("""$HOME/.local/bin/uv tool install machineconfig""")
|
|
138
137
|
if "install_ssh_server" in selected_options:
|
|
139
138
|
console.print(Panel("🔒 [bold red]SSH SERVER[/bold red]\n[italic]Remote access setup[/italic]", border_style="red"))
|
|
139
|
+
import platform
|
|
140
140
|
if platform.system() == "Windows":
|
|
141
141
|
powershell_script = """Write-Host "🔧 Installing and configuring SSH server..."
|
|
142
142
|
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
|
|
@@ -123,7 +123,7 @@ machineconfig/scripts/python/devops.py,sha256=SilJAQXAPBKXjF91zcpJV9YRS721M5UPbX
|
|
|
123
123
|
machineconfig/scripts/python/devops_navigator.py,sha256=JYRKB8pVK5gyxcsrEYPC4IvUeX7rP4eMIkaattt8_t0,35090
|
|
124
124
|
machineconfig/scripts/python/fire_jobs.py,sha256=l2qByVK2rxWDUGFliU3HYwrtAI1XsUvOtcGLX4DUA5U,13689
|
|
125
125
|
machineconfig/scripts/python/ftpx.py,sha256=dFFCRKygZvNXkkwpo6vZgJmUv7buTNoVLLKT9wNp0Wc,9323
|
|
126
|
-
machineconfig/scripts/python/interactive.py,sha256=
|
|
126
|
+
machineconfig/scripts/python/interactive.py,sha256=jgnvCAhk5_D60skraQBIqJzH6v8ULvN5Jq420z3TOWQ,11831
|
|
127
127
|
machineconfig/scripts/python/sessions.py,sha256=lO_aTnh7T05XoCa8Ox-ROAWBKMtbo-DZzlFDUqzSipM,8716
|
|
128
128
|
machineconfig/scripts/python/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
129
129
|
machineconfig/scripts/python/ai/generate_files.py,sha256=Vfjgd0skJu-WTgqUxmOVFzaNMfSFBaFmY5oGGVY7MZY,2860
|
|
@@ -398,8 +398,8 @@ machineconfig/utils/schemas/fire_agents/fire_agents_input.py,sha256=Xbi59rU35AzR
|
|
|
398
398
|
machineconfig/utils/schemas/installer/installer_types.py,sha256=QClRY61QaduBPJoSpdmTIdgS9LS-RvE-QZ-D260tD3o,1214
|
|
399
399
|
machineconfig/utils/schemas/layouts/layout_types.py,sha256=TcqlZdGVoH8htG5fHn1KWXhRdPueAcoyApppZsPAPto,2020
|
|
400
400
|
machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
|
|
401
|
-
machineconfig-5.
|
|
402
|
-
machineconfig-5.
|
|
403
|
-
machineconfig-5.
|
|
404
|
-
machineconfig-5.
|
|
405
|
-
machineconfig-5.
|
|
401
|
+
machineconfig-5.45.dist-info/METADATA,sha256=8Jq_P38IUHDA8QbTfRifEJMVUuMSo5obI6vp4N-3PXo,3111
|
|
402
|
+
machineconfig-5.45.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
403
|
+
machineconfig-5.45.dist-info/entry_points.txt,sha256=z7b9guivf0GSKUG6b8ALgbDoRg2LuPfkGP_p-PxgX9g,469
|
|
404
|
+
machineconfig-5.45.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
|
|
405
|
+
machineconfig-5.45.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|