From 79c84eebff7ff7fb234973e5e097d6de8884d04b Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 1 Apr 2023 17:53:45 +0200 Subject: [PATCH] Also install git --- workstation/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workstation/setup.py b/workstation/setup.py index 2bf53fc..5d64a10 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(_(""" -- 2.47.3