testing
This commit is contained in:
parent
796fa86403
commit
a22545c99a
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ _setup() {
|
||||||
# if ! command_exists paru; then
|
# if ! command_exists paru; then
|
||||||
echo "${YELLOW}Installing paru as AUR helper...${NC}"
|
echo "${YELLOW}Installing paru as AUR helper...${NC}"
|
||||||
$_sudo pacman -S --needed --noconfirm base-devel git
|
$_sudo pacman -S --needed --noconfirm base-devel git
|
||||||
cd "$paruBuildDir" && $_sudo git clone https://aur.archlinux.org/paru-bin.git paru && $_sudo chown -R "$USER": ./paru
|
cd "$paruBuildDir" && $_sudo git clone https://aur.archlinux.org/paru-bin.git paru && $_sudo chown -R "$USER": "$paruBuildDir/paru" || return 69
|
||||||
cd "$paruBuildDir/paru" && makepkg --noconfirm -si
|
cd "$paruBuildDir/paru" && makepkg --noconfirm -si
|
||||||
echo "${GREEN}Paru installed${NC}"
|
echo "${GREEN}Paru installed${NC}"
|
||||||
# else
|
# else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue