summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 26927a2..886792a 100644
--- a/install.sh
+++ b/install.sh
@@ -22,8 +22,6 @@ apt upgrade -y
mkdir -p /home/$username/.config
mkdir -p /home/$username/.local/src
-apt install git -y
-
# install building stuff
apt install build-essential libtool pkg-config -y