summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-06 00:32:28 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-06 00:32:28 +0100
commit83a64c51f53156b78955bcd4251399420f37dbca (patch)
tree59390bef896e6e698fb56f89e3e8c56f497131e5 /install.sh
parent9f8c4db96af21d17cee3c203d464f56c407e8c41 (diff)
removed unnecessary step
Diffstat (limited to 'install.sh')
-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