]> xn--ix-yja.es Git - alex.git/commitdiff
Also install git
authoralex <alex@pdp7.net>
Sat, 1 Apr 2023 15:53:45 +0000 (17:53 +0200)
committeralex <alex@pdp7.net>
Sat, 1 Apr 2023 15:53:45 +0000 (17:53 +0200)
workstation/setup.py

index 2bf53fcd27d0c4ab9965b4f9e73cf71069e973b0..5d64a10169bed6d2f339abdb7e0476de292685cf 100755 (executable)
@@ -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(_("""