diff --git a/docs.brut.systems b/docs.brut.systems index 1aa9722..c598afc 100755 Binary files a/docs.brut.systems and b/docs.brut.systems differ diff --git a/start.sh b/start.sh index 0fd3d5b..55a73f9 100755 --- a/start.sh +++ b/start.sh @@ -2,10 +2,11 @@ EXECUTABLE="./docs.brut.systems" -git pull +echo "Fetching latest version" +git pull origin master if command -v go &> /dev/null; then - echo "Recompiling latest version..." + echo "Recompiling..." go build -o "$EXECUTABLE" .