mirror of
https://github.com/stylersnico/semaphore-updater-debian.git
synced 2026-06-04 16:08:38 +02:00
4 lines
291 B
Bash
4 lines
291 B
Bash
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
|