Skip to content

Commit

Permalink
fix: Make it work with the latest cockpit release
Browse files Browse the repository at this point in the history
  • Loading branch information
SinTan1729 committed Aug 8, 2024
1 parent 55aa6c6 commit 49d9f6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cockpit-docker-fork/lure.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name='cockpit-docker-fork'
_name='cockpit-docker'
version=VERSION
release=1
release=2
desc='Manage your docker containers from Cockpit'
homepage='https://github.com/mrevjd/cockpit-docker'
architectures=('all')
Expand All @@ -28,5 +28,6 @@ package() {
tar -xf ${name}.tar.gz -C .
# Binary
mkdir -p "${pkgdir}/usr/share/cockpit"
sed -i 's/v1\.12/v1\.24/g' docker/docker.js
mv docker "${pkgdir}/usr/share/cockpit/"
}

0 comments on commit 49d9f6c

Please sign in to comment.