nas/install/update.sh
2023-09-16 19:54:52 +09:00

4 lines
92 B
Bash

git stash
git fetch
git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)