mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 22:38:36 -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() {
|
||||
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 .
|
||||
cd "./bat-$version-x86_64-unknown-linux-musl"
|
||||
install -Dm755 "./bat" "${pkgdir}/usr/local/bin/bat"
|
||||
|
|
Loading…
Reference in a new issue