Update PKGBUILDs and some locale options
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
23fe7c2f8f
commit
c313afab3c
7 changed files with 62 additions and 6 deletions
|
@ -16,6 +16,10 @@ install-pkgbuild() {
|
|||
cd "${INSTALL_DIR}/PKGBUILDs/${1}" || exit
|
||||
paru -Ui --noconfirm
|
||||
output::success "${1} successfully installed"
|
||||
|
||||
# Mark dependencies as dependency
|
||||
paru -D --asexplicit "${1}"
|
||||
paru -D --asdeps $(pactree --linear --unique "${1}" | tail -n +2 | xargs)
|
||||
}
|
||||
|
||||
if output::prompt "Do you want to install Arch packages?"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue