wip
This commit is contained in:
parent
bfa48d5d12
commit
965b1cacf7
1 changed files with 3 additions and 2 deletions
5
dream.sh
5
dream.sh
|
@ -585,10 +585,11 @@ update-package-list() {
|
|||
silentexec $_sudo mkdir -p "$paruBuildDir"
|
||||
|
||||
# echo "${YELLOW}Installing paru as AUR helper...${NC}"
|
||||
silentexec $_sudo pacman -S --needed --noconfirm base-devel git || throw "Error installing dependencies.."
|
||||
silentexec $_sudo pacman -S --needed --noconfirm base-devel git debugedit || throw "Error installing dependencies.."
|
||||
|
||||
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"
|
||||
|
||||
silentexec $_sudo git clone $url paru || throw "Error cloning sources from $url"
|
||||
|
||||
silentexec $_sudo chown -R "$USER": "$paruBuildDir/paru"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue