Adjust git command (#4815)

Based on https://github.com/armbian/build/issues/4690
This commit is contained in:
Werner
2023-02-06 15:17:12 +01:00
committed by GitHub
parent 67b04be553
commit e3ab686e6d

View File

@@ -49,7 +49,7 @@
```bash ```bash
apt-get -y install git apt-get -y install git
git clone https://github.com/armbian/build git clone --depth=1 --branch=master https://github.com/armbian/build
cd build cd build
./compile.sh ./compile.sh
``` ```