View difference between Paste ID: H59x4Npu and La0d5yKM
SHOW: | | - or go back to the newest paste.
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