mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-26 06:48:35 -06:00
Fix version
This commit is contained in:
parent
71f42916a8
commit
3ef23d31d0
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ version() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
curl -sL "https://github.com/sharkdp/bat/releases/download/$version/bat-$version-x86_64-unknown-linux-musl.tar.gz" -o bat.tar.gz
|
echo Installing bat $version
|
||||||
|
curl -L "https://github.com/sharkdp/bat/releases/download/$version/bat-$version-x86_64-unknown-linux-musl.tar.gz" -o bat.tar.gz
|
||||||
tar xzvf "bat.tar.gz" -C .
|
tar xzvf "bat.tar.gz" -C .
|
||||||
cd "./bat-$version-x86_64-unknown-linux-musl"
|
cd "./bat-$version-x86_64-unknown-linux-musl"
|
||||||
install -Dm755 "./bat" "${pkgdir}/usr/local/bin/bat"
|
install -Dm755 "./bat" "${pkgdir}/usr/local/bin/bat"
|
||||||
|
|
Loading…
Reference in a new issue