Dobbie03

libreoffice.sh

Jan 28th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/bash
  2.  
  3. echo "Installing libreoffice-fresh: $1"
  4.  
  5. # Update repos
  6. sudo pacman -Syy $1
  7.  
  8. # Install Libreoffice-fresh
  9. sudo pacman -S libreoffice-fresh -y $1
Add Comment
Please, Sign In to add comment