From 9f2ae06726214d9ff9f08394a5ee2fb597a8079b Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 4 Jan 2025 11:03:58 +0100 Subject: [PATCH] Onedev: Add git-lfs (#1225) --- install/onedev-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/onedev-install.sh b/install/onedev-install.sh index 32ad3f02..86d74e5c 100644 --- a/install/onedev-install.sh +++ b/install/onedev-install.sh @@ -19,7 +19,8 @@ $STD apt-get install -y \ mc \ sudo \ default-jdk \ - git + git \ + git-lfs msg_ok "Installed Dependencies" @@ -41,4 +42,4 @@ msg_info "Cleaning up" rm -rf /opt/onedev-latest.tar.gz $STD apt-get -y autoremove $STD apt-get -y autoclean -msg_ok "Cleaned" \ No newline at end of file +msg_ok "Cleaned"