Skip to content
Snippets Groups Projects
Commit b8459a5d authored by danielspeicher's avatar danielspeicher
Browse files

#53

parent 345f0630
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ esac ...@@ -24,7 +24,7 @@ esac
mkdir -p ${HOME}/.composer mkdir -p ${HOME}/.composer
touch ${HOME}/.composer/auth.json touch ${HOME}/.composer/auth.json
if [[ -s "${HOME}/.composer/auth.json" ]]; then if [[ ! -s "${HOME}/.composer/auth.json" ]]; then
echo "{}" > ${HOME}/.composer/auth.json echo "{}" > ${HOME}/.composer/auth.json
fi fi
touch ${HOME}/.gitconfig touch ${HOME}/.gitconfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment