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:
committed by
George Melikov
parent
9dbfd5abd5
commit
d57fef1d00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user