From 07e5fbce56052858842e85fd019e3f951a4395bb Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 5 Jun 2023 23:11:50 -0700 Subject: [PATCH] Add git-core Signed-off-by: Tommy --- Ubuntu-22.04-Desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubuntu-22.04-Desktop.sh b/Ubuntu-22.04-Desktop.sh index dc9a6c5..df36640 100644 --- a/Ubuntu-22.04-Desktop.sh +++ b/Ubuntu-22.04-Desktop.sh @@ -57,7 +57,7 @@ sudo fwupdmgr update -y apt purge -y gnome-calculator #Install packages that I use -apt install -y gnome-console +apt install -y git-core gnome-console #Randomize MAC address sudo bash -c 'cat > /etc/NetworkManager/conf.d/00-macrandomize.conf' <<-'EOF'