Skip to content

Commit

Permalink
Remove Git-lfs and git-ftp
Browse files Browse the repository at this point in the history
We don't actually need neither of them and git-ftp started to fail
installing. Removing seems like a good idea.
  • Loading branch information
potiuk committed Aug 21, 2023
1 parent 6f8fa58 commit 1b23924
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions github-runner-ami/packer/files/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,6 @@ apt-get update
apt-get install --upgrade git -y
git --version

# Install git-lfs
curl -s $GIT_LFS_REPO/script.deb.sh | bash
apt-get install -y git-lfs=2.13.3

# Install git-ftp
apt-get install git-ftp -y

# Remove source repo's
add-apt-repository --remove $GIT_REPO
rm /etc/apt/sources.list.d/github_git-lfs.list

#Install hub
tmp_hub="/tmp/hub"
mkdir -p "$tmp_hub"
Expand Down

0 comments on commit 1b23924

Please sign in to comment.