atomicshop 2.11.12__py3-none-any.whl → 2.11.12a2__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 atomicshop might be problematic. Click here for more details.
- atomicshop/__init__.py +1 -1
- atomicshop/wrappers/dockerw/install_docker.py +3 -3
- {atomicshop-2.11.12.dist-info → atomicshop-2.11.12a2.dist-info}/METADATA +1 -1
- {atomicshop-2.11.12.dist-info → atomicshop-2.11.12a2.dist-info}/RECORD +7 -7
- {atomicshop-2.11.12.dist-info → atomicshop-2.11.12a2.dist-info}/LICENSE.txt +0 -0
- {atomicshop-2.11.12.dist-info → atomicshop-2.11.12a2.dist-info}/WHEEL +0 -0
- {atomicshop-2.11.12.dist-info → atomicshop-2.11.12a2.dist-info}/top_level.txt +0 -0
atomicshop/__init__.py
CHANGED
|
@@ -98,11 +98,11 @@ def install_docker_ubuntu(
|
|
|
98
98
|
# Use the docker installer script.
|
|
99
99
|
# The script will install docker and add the current user to the docker group.
|
|
100
100
|
# The script will also install docker-compose and docker-buildx.
|
|
101
|
-
|
|
102
|
-
process.execute_script('curl -fsSL https://get.docker.com | sh', shell=True)
|
|
101
|
+
process.execute_script('curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh', shell=True)
|
|
102
|
+
# process.execute_script('curl -fsSL https://get.docker.com | sh', shell=True)
|
|
103
103
|
# process.execute_script('curl -fsSL https://get.docker.com -o get-docker.sh', shell=True)
|
|
104
104
|
# process.execute_script('sh get-docker.sh', shell=True)
|
|
105
|
-
|
|
105
|
+
filesystem.remove_file('get-docker.sh')
|
|
106
106
|
else:
|
|
107
107
|
# Remove the existing keyrings, so we will not be asked to overwrite it if it exists.
|
|
108
108
|
docker_keyring_file_path: str = "/etc/apt/keyrings/docker.gpg"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
atomicshop/__init__.py,sha256=
|
|
1
|
+
atomicshop/__init__.py,sha256=ms8CzHIa_qx5zUVjoDEIkdfuWg0iOmlVhBwQZs_DZdY,127
|
|
2
2
|
atomicshop/_basics_temp.py,sha256=6cu2dd6r2dLrd1BRNcVDKTHlsHs_26Gpw8QS6v32lQ0,3699
|
|
3
3
|
atomicshop/_create_pdf_demo.py,sha256=Yi-PGZuMg0RKvQmLqVeLIZYadqEZwUm-4A9JxBl_vYA,3713
|
|
4
4
|
atomicshop/_patch_import.py,sha256=ENp55sKVJ0e6-4lBvZnpz9PQCt3Otbur7F6aXDlyje4,6334
|
|
@@ -164,7 +164,7 @@ atomicshop/wrappers/ctyping/msi_windows_installer/extract_msi_main.py,sha256=eyF
|
|
|
164
164
|
atomicshop/wrappers/ctyping/msi_windows_installer/tables.py,sha256=ajiFiLXl1prg2kOhatfT8E2RKX7F8JjUJpwkVuKu1GY,16263
|
|
165
165
|
atomicshop/wrappers/dockerw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
166
166
|
atomicshop/wrappers/dockerw/dockerw.py,sha256=w8zSJr5C7cbvbuG09ORCpAe0BOcibqqL_Z2EKEBHYK4,6266
|
|
167
|
-
atomicshop/wrappers/dockerw/install_docker.py,sha256=
|
|
167
|
+
atomicshop/wrappers/dockerw/install_docker.py,sha256=XA1MtLznKacY10lTLIoLrnUf_vvyDbRJvj2Xiq0HXpc,7409
|
|
168
168
|
atomicshop/wrappers/elasticsearchw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
169
169
|
atomicshop/wrappers/elasticsearchw/config_basic.py,sha256=fDujtrjEjbWiYh_WQ3OcYp_8mXhXPYeKLy4wSPL5qM0,1177
|
|
170
170
|
atomicshop/wrappers/elasticsearchw/elasticsearchw.py,sha256=7TqFdEFznO8NlligJhEKk1vm641ALpCYdaRl1uoXdzM,9768
|
|
@@ -242,8 +242,8 @@ atomicshop/wrappers/socketw/socket_server_tester.py,sha256=AhpurHJmP2kgzHaUbq5ey
|
|
|
242
242
|
atomicshop/wrappers/socketw/socket_wrapper.py,sha256=aXBwlEIJhFT0-c4i8iNlFx2It9VpCEpsv--5Oqcpxao,11624
|
|
243
243
|
atomicshop/wrappers/socketw/ssl_base.py,sha256=k4V3gwkbq10MvOH4btU4onLX2GNOsSfUAdcHmL1rpVE,2274
|
|
244
244
|
atomicshop/wrappers/socketw/statistics_csv.py,sha256=t3dtDEfN47CfYVi0CW6Kc2QHTEeZVyYhc57IYYh5nmA,826
|
|
245
|
-
atomicshop-2.11.
|
|
246
|
-
atomicshop-2.11.
|
|
247
|
-
atomicshop-2.11.
|
|
248
|
-
atomicshop-2.11.
|
|
249
|
-
atomicshop-2.11.
|
|
245
|
+
atomicshop-2.11.12a2.dist-info/LICENSE.txt,sha256=lLU7EYycfYcK2NR_1gfnhnRC8b8ccOTElACYplgZN88,1094
|
|
246
|
+
atomicshop-2.11.12a2.dist-info/METADATA,sha256=M07CAyBZbL4gWjyLeZ1FiWh5cjv6Byg5dBADjCA-5R4,10450
|
|
247
|
+
atomicshop-2.11.12a2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
248
|
+
atomicshop-2.11.12a2.dist-info/top_level.txt,sha256=EgKJB-7xcrAPeqTRF2laD_Np2gNGYkJkd4OyXqpJphA,11
|
|
249
|
+
atomicshop-2.11.12a2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|