Small fix

This commit is contained in:
Marko Korhonen 2020-11-21 15:57:41 +02:00
parent a73d63c6d8
commit f652a5fc36
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

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*