diff options
| author | alex <alex@pdp7.net> | 2023-04-01 17:49:44 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-04-01 17:49:44 +0200 |
| commit | 643046e7e3d9d1fcd6dfdf94f226d63e9a45a383 (patch) | |
| tree | ecfbd0e01937cb043ed0d3553646d8c3dd4a85f6 | |
| parent | 5c5afa33308ef6277446bc89da5ae4493bea83a9 (diff) | |
Fix bad typos
| -rwxr-xr-x | workstation/setup.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/workstation/setup.py b/workstation/setup.py index 75d17893..25aa2039 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) |
