Shallow depth

main
Bob Mottram 2024-05-19 10:16:53 +01:00
parent 617a21d6d4
commit af2608691b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if [ ! -f /usr/bin/python3 ]; then
fi
if [ ! -d ${HOME}/.epicyon ]; then
git clone https://gitlab.com/bashrc2/epicyon ${HOME}/.epicyon
git clone --depth 1 https://gitlab.com/bashrc2/epicyon ${HOME}/.epicyon
else
cd ${HOME}/.epicyon || exit 1
git pull