mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 06:28:37 -06:00
fix: Indentation
This commit is contained in:
parent
49d9f6c014
commit
bc98ea103e
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +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
|
||||
sed -i 's/v1\.12/v1\.24/g' docker/docker.js
|
||||
mv docker "${pkgdir}/usr/share/cockpit/"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue