]> xn--ix-yja.es Git - alex.git/commitdiff
Fix bad typos
authoralex <alex@pdp7.net>
Sat, 1 Apr 2023 15:49:44 +0000 (17:49 +0200)
committeralex <alex@pdp7.net>
Sat, 1 Apr 2023 15:49:44 +0000 (17:49 +0200)
workstation/setup.py

index 75d17893b1c1b3dbd334d55191411673f806dd3a..25aa20393e0a06e5cdc372754483ffba745e7588 100755 (executable)
@@ -9,10 +9,6 @@ def _(t):
     return textwrap.dedent(t).lstrip()
 
 
-if not pathlib.Path("/etc/subuid").exists():
-    assert False, "podman is not 
-
-
 print("Installing some packages...")
 subprocess.run(["sudo", "dnf", "install", "-y", "rclone", "fuse"], check=True)