1
0
Fork 0

pushd immediately

This commit is contained in:
Pratham Patel 2022-11-20 18:35:13 +05:30
parent a9f19b4f02
commit 7e22201d13
1 changed files with 1 additions and 3 deletions

View File

@ -110,9 +110,7 @@ rsync \
doas pacman --sync --refresh --needed base-devel
# build paru
mkdir /tmp/parutemp-PARU
pushd /temp/parutemp-PARU
mkdir /tmp/parutemp-PARU && pushd /temp/parutemp-PARU
git clone --depth 1 https://aur.archlinux.org/paru.git
pushd paru
makepkg -si