diff options
| author | alex <alex@pdp7.net> | 2023-04-01 17:53:45 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-04-01 17:53:45 +0200 |
| commit | 79c84eebff7ff7fb234973e5e097d6de8884d04b (patch) | |
| tree | c9b19ceb5c2f3b73615687396def8d63c37b4062 /workstation/setup.py | |
| parent | 61f960755573fcd5ac932b2fa2aac14138a667ae (diff) | |
Also install git
Diffstat (limited to 'workstation/setup.py')
| -rwxr-xr-x | workstation/setup.py | 2 |
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(_(""" |
