Fixes in script for Overleaf cntd.

This commit is contained in:
Filip Gralinski 2021-10-02 12:24:32 +02:00
parent d3da0ed5e6
commit 040dade4a7

View File

@ -21,6 +21,7 @@ make source-pack
source_pack={{cookiecutter.paper_id}}.zip source_pack={{cookiecutter.paper_id}}.zip
echo ""
echo "Go to Overleaf, click New Project / Upload Project," echo "Go to Overleaf, click New Project / Upload Project,"
echo "then upload $source_pack from here ($(pwd)/$source_pack)" echo "then upload $source_pack from here ($(pwd)/$source_pack)"
@ -42,7 +43,7 @@ mv $here_dir ${here_dir}-backup
git clone $overleaf_git_url $here_dir git clone $overleaf_git_url $here_dir
cd $overleaf_git_id cd $here_dir
git remote add overleaf $overleaf_git_url git remote add overleaf $overleaf_git_url
git remote set-url origin $original_git_url git remote set-url origin $original_git_url