Added update mechanism

This commit is contained in:
2021-10-13 12:10:42 +02:00
committed by GitHub
parent 203cfd6501
commit 9e25c0ca8e

View File

@ -23,3 +23,6 @@ else
echo "Uninstalling binary" echo "Uninstalling binary"
rm -rf /usr/bin/ropipe rm -rf /usr/bin/ropipe
endif endif
update:
git pull
make install