We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d601250 commit 46c62dcCopy full SHA for 46c62dc
update-to-head.sh
@@ -37,8 +37,9 @@ echo "Updating your installation..."
37
if test -d .git; then
38
git pull --ff-only
39
else
40
- git clone "https://github.com/pyroscope/pyrocore.git" pyroscope
41
- cd pyroscope
+ git clone "https://github.com/pyroscope/pyrocore.git" tmp
+ mv tmp/???* tmp/.??* .; rmdir tmp
42
+ MY_SUM="let's start over"
43
fi
44
45
if test "$MY_SUM" != $(md5sum "$0" | cut -f1 -d' '); then
0 commit comments