Skip to content

Instantly share code, notes, and snippets.

@hydrz
Last active February 9, 2020 04:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hydrz/bee4b1b691d8f812f439e81758e5bc48 to your computer and use it in GitHub Desktop.
Save hydrz/bee4b1b691d8f812f439e81758e5bc48 to your computer and use it in GitHub Desktop.
deepin安装git-lfs
#!/bin/bash
curl -o /etc/apt/sources.list.d/git-lfs.list "https://packagecloud.io/install/repositories/github/git-lfs/config_file.list?os=debian&dist=stretch&source=script"
curl -L "https://packagecloud.io/github/git-lfs/gpgkey" 2> /dev/null | apt-key add -
apt update && apt install git-lfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment