Small fix

This commit is contained in:
Marko Korhonen 2020-11-21 15:57:41 +02:00
parent f5f4c5c267
commit b24b42488b

View file

@ -47,8 +47,8 @@ if ! [ -x "$(command -v paru)" ]; then
sudo pacman -Syu --needed --noconfirm git wget base-devel
cd
wget https://aur.archlinux.org/cgit/aur.git/snapshot/paru-bin.tar.gz
tar xfv paru.tar.gz
cd paru
tar xfv paru-bin.tar.gz
cd paru-bin
makepkg -si --noconfirm
cd ..
rm -r paru*