machineconfig 3.92__py3-none-any.whl → 3.93__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/jobs/python_custom_installers/scripts/linux/docker.sh +1 -1
- machineconfig/scripts/python/devops_devapps_install.py +3 -3
- {machineconfig-3.92.dist-info → machineconfig-3.93.dist-info}/METADATA +1 -1
- {machineconfig-3.92.dist-info → machineconfig-3.93.dist-info}/RECORD +7 -7
- {machineconfig-3.92.dist-info → machineconfig-3.93.dist-info}/WHEEL +0 -0
- {machineconfig-3.92.dist-info → machineconfig-3.93.dist-info}/entry_points.txt +0 -0
- {machineconfig-3.92.dist-info → machineconfig-3.93.dist-info}/top_level.txt +0 -0
|
@@ -105,7 +105,7 @@ docker run hello-world || echo "⚠️ Docker hello-world test failed (you may n
|
|
|
105
105
|
|
|
106
106
|
echo "👥 Adding current user to docker group..."
|
|
107
107
|
sudo groupadd docker 2>/dev/null || echo "ℹ️ Docker group already exists"
|
|
108
|
-
sudo usermod -aG docker $
|
|
108
|
+
sudo usermod -aG docker $(whoami) || echo "⚠️ Failed to add user to docker group"
|
|
109
109
|
|
|
110
110
|
echo """#=======================================================================
|
|
111
111
|
✅ INSTALLATION COMPLETE | Docker has been installed successfully
|
|
@@ -9,7 +9,7 @@ from machineconfig.utils.installer import get_installers, install_all
|
|
|
9
9
|
from platform import system
|
|
10
10
|
from typing import Any, Optional, Literal, TypeAlias, get_args, Annotated
|
|
11
11
|
|
|
12
|
-
WHICH_CAT: TypeAlias = Literal["essentials", "
|
|
12
|
+
WHICH_CAT: TypeAlias = Literal["essentials", "essentialsDev", "systymPackages", "precheckedPackages"]
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
def main_with_parser():
|
|
@@ -103,9 +103,9 @@ def get_programs_by_category(program_name: WHICH_CAT):
|
|
|
103
103
|
┃ 📦 Installing Category: {program_name}
|
|
104
104
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━""")
|
|
105
105
|
match program_name:
|
|
106
|
-
case "essentials" | "
|
|
106
|
+
case "essentials" | "essentialsDev":
|
|
107
107
|
installers_ = get_installers(dev=False, system=system())
|
|
108
|
-
if program_name == "
|
|
108
|
+
if program_name == "essentialsDev":
|
|
109
109
|
installers_ += get_installers(dev=True, system=system())
|
|
110
110
|
install_all(installers=installers_)
|
|
111
111
|
program = ""
|
|
@@ -72,7 +72,7 @@ machineconfig/jobs/python_custom_installers/dev/reverse_proxy.md,sha256=Yam2UzJU
|
|
|
72
72
|
machineconfig/jobs/python_custom_installers/dev/wezterm.py,sha256=jOuB8h7C-3OH8f1P-qNoxvIBctaXbbNMSo4QWyWb7H0,2295
|
|
73
73
|
machineconfig/jobs/python_custom_installers/dev/winget.py,sha256=pRBnF6kPZI42mRZNvqo3pH9GFUB3yOrGGeALDY2ggm4,5743
|
|
74
74
|
machineconfig/jobs/python_custom_installers/scripts/linux/brave.sh,sha256=m01xquA4YZW3YrhJiTCvTZuLliELmRI1avYFyuE5-Ws,2119
|
|
75
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/docker.sh,sha256=
|
|
75
|
+
machineconfig/jobs/python_custom_installers/scripts/linux/docker.sh,sha256=xP219QeQ5eLwhvOHsNYqOERMGdjBqvrL5jeoZj749XE,5347
|
|
76
76
|
machineconfig/jobs/python_custom_installers/scripts/linux/docker_start.sh,sha256=TiS-hWRltw66_p_Fq8gfkA_rqUIuwxoIkFZItVF6TXA,1478
|
|
77
77
|
machineconfig/jobs/python_custom_installers/scripts/linux/edge.sh,sha256=2JclQOi6sBTs2VQPsQWh6dPFRu1C36OyRREI0a76yJQ,1903
|
|
78
78
|
machineconfig/jobs/python_custom_installers/scripts/linux/nerdfont.sh,sha256=vSJQfGYVpWF2T1vz1zZuVXdeus_PWXdP7VquRQjsLwU,2351
|
|
@@ -169,7 +169,7 @@ machineconfig/scripts/python/devops.py,sha256=GD1FLfp76E5bhcs9XhC3Fa6XfMOdfv_qu8
|
|
|
169
169
|
machineconfig/scripts/python/devops_add_identity.py,sha256=JfN3ZrYMCgmt4ks_VCfnV9BIIHAsOYO3E0W0wZ15FR8,3791
|
|
170
170
|
machineconfig/scripts/python/devops_add_ssh_key.py,sha256=KaoX83KltBsmutfKhSfZjd7nP_R1hJ2OLAWRhbswO7o,6889
|
|
171
171
|
machineconfig/scripts/python/devops_backup_retrieve.py,sha256=jZe5Vki7E2GCMG8hvqUZeOONFC4cNzISoGzq_dMG4GA,5601
|
|
172
|
-
machineconfig/scripts/python/devops_devapps_install.py,sha256=
|
|
172
|
+
machineconfig/scripts/python/devops_devapps_install.py,sha256=XoC2Huvcc7BtIn-8Ojnc37LLnXgvtIsp92lJm_CJYgQ,9923
|
|
173
173
|
machineconfig/scripts/python/devops_update_repos.py,sha256=c5qBc9cuTGDEqDHufkjDT4d_vvJsswv3tlqk9MAulYk,8063
|
|
174
174
|
machineconfig/scripts/python/dotfile.py,sha256=SRcX-9Ak1jRvF-killBTTm2IWcsNxfiLucH6ZsytAFA,2202
|
|
175
175
|
machineconfig/scripts/python/fire_agents.py,sha256=IpglbN30zJ1jIBzHNCR2LmPULoIdFaj2M0JBsEfZEZg,9216
|
|
@@ -422,8 +422,8 @@ machineconfig/utils/schemas/fire_agents/fire_agents_input.py,sha256=CCs5ebomW1ac
|
|
|
422
422
|
machineconfig/utils/schemas/installer/installer_types.py,sha256=iAzcALc9z_FAQE9iuGHfX6Z0B1_n3Gt6eC0d6heYik0,599
|
|
423
423
|
machineconfig/utils/schemas/layouts/layout_types.py,sha256=M1ZFCz_kjRZPhxM19rIYUDR5lDDpwa09odR_ihtIFq0,1932
|
|
424
424
|
machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
|
|
425
|
-
machineconfig-3.
|
|
426
|
-
machineconfig-3.
|
|
427
|
-
machineconfig-3.
|
|
428
|
-
machineconfig-3.
|
|
429
|
-
machineconfig-3.
|
|
425
|
+
machineconfig-3.93.dist-info/METADATA,sha256=Al7Wz15OtwbbEywk2of5nAjav14OOPmwhS9leMoIDLM,6998
|
|
426
|
+
machineconfig-3.93.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
427
|
+
machineconfig-3.93.dist-info/entry_points.txt,sha256=rSx_9gXd2stziS1OkNy__jF647hrRxRiF6zolLUELc4,1153
|
|
428
|
+
machineconfig-3.93.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
|
|
429
|
+
machineconfig-3.93.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|