From 889d9c36bf257f7953e6cbffc53ba54ef715df94 Mon Sep 17 00:00:00 2001 From: Steven Achilles Date: Tue, 3 May 2022 19:14:18 +0200 Subject: [PATCH] collective deletion of packages --- assets/build/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/build/install.sh b/assets/build/install.sh index c414596b..08f71dc8 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -150,7 +150,6 @@ chown -R ${GITLAB_USER}: ${GITLAB_GITALY_INSTALL_DIR} # install git bundled with gitaly. make -C ${GITLAB_GITALY_BUILD_DIR} git GIT_PREFIX=/usr/local -apt remove -y git-core # clean up rm -rf ${GITLAB_GITALY_BUILD_DIR}