Add more packages
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
3d63a81e2b
commit
294728fb68
2 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Severin Kaderli <severin@kaderli.dev>
|
||||
pkgname="severin-base"
|
||||
pkgver=1.0.0
|
||||
pkgrel=37
|
||||
pkgrel=38
|
||||
arch=('x86_64')
|
||||
license=('MIT')
|
||||
depends=(
|
||||
|
@ -208,4 +208,10 @@ depends=(
|
|||
'zstd'
|
||||
'lzop'
|
||||
'p7zip'
|
||||
|
||||
# Filesystem
|
||||
'exfatprogs'
|
||||
'gvfs-mtp'
|
||||
'gvfs-smb'
|
||||
'mtpfs'
|
||||
)
|
||||
|
|
|
@ -14,7 +14,7 @@ output::section "Arch Packages"
|
|||
install-pkgbuild() {
|
||||
output::log "Installing ${1} PKGBUILD"
|
||||
cd "${INSTALL_DIR}/PKGBUILDs/${1}" || exit
|
||||
paru -Ui
|
||||
paru -Ui --noconfirm
|
||||
output::success "${1} successfully installed"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue