Added update mechanism

This commit is contained in:
Mattia Mascarello 2021-10-13 12:10:42 +02:00 committed by GitHub
parent 203cfd6501
commit 9e25c0ca8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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