wip
This commit is contained in:
parent
024d3c06ba
commit
15024d0f57
1 changed files with 22 additions and 22 deletions
|
@ -186,28 +186,28 @@ main() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
checkAUR() {
|
# checkAUR() {
|
||||||
if ! command_exists yay && ! command_exists paru; then
|
# if ! command_exists yay && ! command_exists paru; then
|
||||||
return 69
|
# return 69
|
||||||
else
|
# else
|
||||||
return 0
|
# return 0
|
||||||
fi
|
# fi
|
||||||
}
|
# }
|
||||||
|
#
|
||||||
if command_exists pacman; then
|
# if command_exists pacman; then
|
||||||
if ! checkAUR; then
|
# if ! checkAUR; then
|
||||||
paruTempDir="$(mktemp -d)"
|
# paruTempDir="$(mktemp -d)"
|
||||||
# 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 /opt && $_sudo git clone https://aur.archlinux.org/paru-bin.git "$paruTempDir/paru" && $_sudo chown -R "$USER": "$paruTempDir/paru"
|
# cd /opt && $_sudo git clone https://aur.archlinux.org/paru-bin.git "$paruTempDir/paru" && $_sudo chown -R "$USER": "$paruTempDir/paru"
|
||||||
cd "$paruTempDir/paru" && makepkg --noconfirm -si
|
# cd "$paruTempDir/paru" && makepkg --noconfirm -si
|
||||||
echo "${GREEN}Paru installed${NC}"
|
# echo "${GREEN}Paru installed${NC}"
|
||||||
# else
|
# # else
|
||||||
# printf "%b\n" "${GREEN}Paru already installed${RC}"
|
# # printf "%b\n" "${GREEN}Paru already installed${RC}"
|
||||||
# fi
|
# # fi
|
||||||
fi
|
# fi
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
if getImports; then
|
if getImports; then
|
||||||
# ─< package variable >───────────────────────────────────────────────────────────────────
|
# ─< package variable >───────────────────────────────────────────────────────────────────
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue