From: alex Date: Sat, 1 Apr 2023 15:49:44 +0000 (+0200) Subject: Fix bad typos X-Git-Tag: 20240214-emacs~371 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=643046e7e3d9d1fcd6dfdf94f226d63e9a45a383;p=alex.git Fix bad typos --- diff --git a/workstation/setup.py b/workstation/setup.py index 75d1789..25aa203 100755 --- a/workstation/setup.py +++ b/workstation/setup.py @@ -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)