Fix variable substitution in watchexec download
This commit is contained in:
parent
f1fb3e3f1a
commit
cb3682c2fc
|
@ -11,7 +11,7 @@ latest_release() {
|
|||
|
||||
# Needed for project infrastructure
|
||||
ver="$(latest_release watchexec/watchexec)"
|
||||
wget -nv "https://github.com/watchexec/watchexec/releases/download/${rel}/watchexec-${ver}-x86_64-unknown-linux-gnu.deb"
|
||||
wget -nv "https://github.com/watchexec/watchexec/releases/download/${ver}/watchexec-${ver}-x86_64-unknown-linux-gnu.deb"
|
||||
dpkg -i watchexec-*.deb
|
||||
rm watchexec-*.deb
|
||||
|
||||
|
|
Loading…
Reference in New Issue