Update 'init.sh'

This commit is contained in:
Gordon Grant-Stuart 2023-07-30 12:52:06 +00:00
parent fa0f20a953
commit fc4bb2d35d

View File

@ -46,6 +46,7 @@ function reresource() {
cd $HOME/.Books && git clone https://github.com/olivierkes/manuskript.git
if [[ $? -ne 0 ]]; then
cd $HOME/.Books/manuskript && git pull
git checkout master
fi
rm -rf "$HOME/.Books/manuskript/sample-projects"