From 643046e7e3d9d1fcd6dfdf94f226d63e9a45a383 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 1 Apr 2023 17:49:44 +0200 Subject: [PATCH] Fix bad typos --- workstation/setup.py | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.47.3