fix initial commit

This commit is contained in:
Maximilian Keßler 2022-02-16 00:22:29 +01:00
parent 7b39626d55
commit b9fc1a09e0

View File

@ -23,9 +23,9 @@ rm init.sh
rm -rf .git
rm config
git init
git add .
git submodule add https://gitlab.com/latexci/packages/LatexPackagesBuild.git
git submodule foreach git checkout master-build
mv gitmodules .gitmodules
git add .
git commit -m "initial commit"
}