We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acb013 commit 6eb8dcbCopy full SHA for 6eb8dcb
play.d/yucca.sh
@@ -20,7 +20,7 @@ case $(epm print info -a) in
20
esac
21
22
if [ "$VERSION" = "*" ] ; then
23
- VERSION=$(eget --list --latest "https://docs.yucca.app/releases/" | grep -oP 'v\K[0-9]+\.[0-9]+\.[0-9]+')
+ VERSION=$(eget -O- https://releases.yucca.app/latest/VERSION.txt)
24
fi
25
26
PKGURL="https://releases.yucca.app/v${VERSION}/yucca_${VERSION}_linux_${arch}.tar.gz"
0 commit comments