1
0
Fork 0
This commit is contained in:
Pratham Patel 2022-11-20 19:47:22 +05:30
parent cd048877b3
commit 5beca16da5
1 changed files with 19 additions and 13 deletions

View File

@ -149,25 +149,31 @@ rsync \
# AUR-RELATED # AUR-RELATED
################################################################################ ################################################################################
# install necessary packages for installing \`paru\`
doas pacman --sync --refresh --needed base-devel
# build paru # build paru
mkdir /tmp/parutemp-PARU && pushd /temp/parutemp-PARU if command -v paru >/dev/null; then
git clone --depth 1 https://aur.archlinux.org/paru.git
pushd paru # install necessary packages for installing \`paru\`
makepkg -si doas pacman --sync --refresh --needed base-devel
if [[ $? -ne 0 ]]; then
tput -x clear mkdir /tmp/parutemp-PARU && pushd /temp/parutemp-PARU
echo "paru wasn't installed successfully :(" git clone --depth 1 https://aur.archlinux.org/paru.git
exit 1 pushd paru
makepkg -si
if [[ $? -ne 0 ]]; then
tput -x clear
echo "paru wasn't installed successfully :("
exit 1
fi
popd
popd
fi fi
popd
popd
# AUR pkgs # AUR pkgs
paru -S qomui noisetorch ssmtp paru -S qomui noisetorch ssmtp
paru -S zfs-dkms #paru -S zfs-dkms
# wayland-WM # wayland-WM
#paru -S hyperland #paru -S hyperland