Commit adb17cd1 authored by Michał Siwek's avatar Michał Siwek

Fetch and reset instead of pull to avoid conflicts during installation

parent 1bb1691b
...@@ -80,5 +80,6 @@ git init ...@@ -80,5 +80,6 @@ git init
git remote add -f origin https://github.com/skycocker/chromebrew.git git remote add -f origin https://github.com/skycocker/chromebrew.git
git config core.sparsecheckout true git config core.sparsecheckout true
echo packages >> .git/info/sparse-checkout echo packages >> .git/info/sparse-checkout
git pull origin master git fetch origin master
git reset --hard origin/master
echo "Chromebrew installed successfully and package lists updated." echo "Chromebrew installed successfully and package lists updated."
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment