Add missing cd

When trying to execute this script, it fails because it doesn't move to the home directory. I think there's meant to be a `cd` after setting the `HOME` variable.
This commit is contained in:
Daniel Fabian
2021-12-10 01:15:22 +01:00
committed by George Melikov
parent 9dbfd5abd5
commit d57fef1d00

View File

@@ -25,6 +25,7 @@ for pacman integration::
su - nobody -s /bin/bash su - nobody -s /bin/bash
mkdir /tmp/build mkdir /tmp/build
export HOME=/tmp/build export HOME=/tmp/build
cd
git clone https://aur.archlinux.org/paru-bin.git git clone https://aur.archlinux.org/paru-bin.git
cd paru-bin cd paru-bin
makepkg -si makepkg -si