summaryrefslogtreecommitdiff
path: root/workstation
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-04-01 17:49:44 +0200
committeralex <alex@pdp7.net>2023-04-01 17:49:44 +0200
commit643046e7e3d9d1fcd6dfdf94f226d63e9a45a383 (patch)
treeecfbd0e01937cb043ed0d3553646d8c3dd4a85f6 /workstation
parent5c5afa33308ef6277446bc89da5ae4493bea83a9 (diff)
Fix bad typos
Diffstat (limited to 'workstation')
-rwxr-xr-xworkstation/setup.py4
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)