update docs

This commit is contained in:
2022-05-17 09:16:58 +02:00
parent 91b31b6c52
commit 0684744bdb
4 changed files with 12 additions and 68 deletions

26
scripts/update.sh Normal file
View File

@ -0,0 +1,26 @@
#! /usr/bin/bash
echo starting update
FILE=./ignoreDrives.conf
if test -f "$FILE"; then
echo backup exits
else
cp reHDD/ignoreDrives.conf ./ignoreDrives.conf
fi
cd reHDD
git reset
git stash force
git stash
git checkout master
git pull
make release
cp ../ignoreDrives.conf ./