From 5574bf51944bb59709d16d77a229f5926139d900 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 18 Nov 2024 19:59:24 +0100 Subject: [PATCH] sudo removed --- installation/prep.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/prep.sh b/installation/prep.sh index b9ae302..357db33 100755 --- a/installation/prep.sh +++ b/installation/prep.sh @@ -1,4 +1,4 @@ #!/bin/bash -sudo apt update -sudo apt install -y sudo +apt update +apt install -y sudo git