fixing paru build errors
This commit is contained in:
parent
091ff1034e
commit
5a9dddf557
1 changed files with 3 additions and 3 deletions
6
dream.sh
6
dream.sh
|
@ -585,13 +585,13 @@ update-package-list() {
|
||||||
silentexec $_sudo mkdir -p "$paruBuildDir"
|
silentexec $_sudo mkdir -p "$paruBuildDir"
|
||||||
|
|
||||||
# echo "${YELLOW}Installing paru as AUR helper...${NC}"
|
# echo "${YELLOW}Installing paru as AUR helper...${NC}"
|
||||||
run $_sudo pacman -S --needed --noconfirm base-devel git || throw "Error installing dependencies.."
|
silentexec $_sudo pacman -S --needed --noconfirm base-devel git || throw "Error installing dependencies.."
|
||||||
|
|
||||||
local url="https://aur.archlinux.org/paru-bin.git"
|
local url="https://aur.archlinux.org/paru-bin.git"
|
||||||
cd "$paruBuildDir" # && echo "${YELLOW} Cloning paru from ${NC}https://aur.archlinux.org/paru-bin.git"
|
cd "$paruBuildDir" # && echo "${YELLOW} Cloning paru from ${NC}https://aur.archlinux.org/paru-bin.git"
|
||||||
run $_sudo git clone $url paru || throw "Error cloning sources from $url"
|
silentexec $_sudo git clone $url paru || throw "Error cloning sources from $url"
|
||||||
|
|
||||||
run $_sudo chown -R "$USER": "$paruBuildDir/paru"
|
silentexec $_sudo chown -R "$USER": "$paruBuildDir/paru"
|
||||||
cd "$paruBuildDir/paru"
|
cd "$paruBuildDir/paru"
|
||||||
|
|
||||||
local err
|
local err
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue