mirror of
https://github.com/stylersnico/semaphore-updater-debian.git
synced 2026-06-04 16:08:38 +02:00
Create semaphore_latest.sh
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
VER=$(curl -L -s https://api.github.com/repos/ansible-semaphore/semaphore/releases/latest|grep tag_name | cut -d '"' -f 4|sed 's/v//g')
|
||||
wget -q https://github.com/ansible-semaphore/semaphore/releases/download/v${VER}/semaphore_${VER}_linux_amd64.deb
|
||||
dpkg -i semaphore_${VER}_linux_amd64.deb
|
||||
Reference in New Issue
Block a user