summaryrefslogtreecommitdiff
path: root/workstation/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'workstation/setup.py')
-rwxr-xr-xworkstation/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/workstation/setup.py b/workstation/setup.py
index 2bf53fcd..5d64a101 100755
--- a/workstation/setup.py
+++ b/workstation/setup.py
@@ -10,7 +10,7 @@ def _(t):
print("Installing some packages...")
-subprocess.run(["sudo", "dnf", "install", "-y", "rclone", "fuse"], check=True)
+subprocess.run(["sudo", "dnf", "install", "-y", "rclone", "fuse", "git"], check=True)
if not pathlib.Path(".config/rclone/rclone.conf").exists():
print(_("""