From 7e22201d13398454b80dbf48583aa7b8078ec4e3 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 20 Nov 2022 18:35:13 +0530 Subject: [PATCH] pushd immediately --- scripts/pratham-setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/pratham-setup.sh b/scripts/pratham-setup.sh index 733da25..5c7c129 100644 --- a/scripts/pratham-setup.sh +++ b/scripts/pratham-setup.sh @@ -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