From 49ee6b8c13107ded927b16ed0ac6be4d54c205dd Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 3 Feb 2022 17:50:37 +0100 Subject: [PATCH] Fix repo bug --- installGitLFS.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installGitLFS.sh b/installGitLFS.sh index 1f7b703..00f35dc 100644 --- a/installGitLFS.sh +++ b/installGitLFS.sh @@ -1,5 +1,6 @@ # Latest version -curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash +# No available version for latest Ubuntu version +# curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash # Install sudo apt install git-lfs -y