mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
In seednode installer, don't run random shell script to install git lfs
This commit is contained in:
parent
3c944722e9
commit
c0a03c7187
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ echo "[*] Installing base packages"
|
|||
sudo -H -i -u "${ROOT_USER}" DEBIAN_FRONTEND=noninteractive apt-get install -qq -y ${ROOT_PKG}
|
||||
|
||||
echo "[*] Installing Git LFS"
|
||||
sudo -H -i -u "${ROOT_USER}" curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
|
||||
sudo -H -i -u "${ROOT_USER}" apt-get install git-lfs
|
||||
sudo -H -i -u "${ROOT_USER}" git lfs install
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue