fix various things, format scripts
This commit is contained in:
parent
f5f010edd6
commit
2650eff42d
11 changed files with 19 additions and 16 deletions
|
@ -41,6 +41,7 @@ elif command_exists "emerge"; then
|
|||
emaint -r librewolf sync
|
||||
elif command_exists "xbps-install"; then
|
||||
mkdir librewolf
|
||||
cd librewolf
|
||||
curl $(curl -s https://api.github.com/repos/index-0/librewolf-void/releases/latest | grep "browser_download_url.*librewolf-.*.x86_64.xbps" | head --lines 1 | cut -d : -f 2,3 | tr -d \") -LO
|
||||
sudo xbps-rindex -a librewolf-*.x86_64.xbps
|
||||
sudo xbps-install -R $PWD librewolf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue