Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- echo "Installing libreoffice-fresh: $1"
- # Update repos
- sudo pacman -Syy $1
- # Install Libreoffice-fresh
- sudo pacman -S libreoffice-fresh -y $1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement