Skip to content

Commit 0098974

Browse files
committed
add 7-zip
1 parent 82e19df commit 0098974

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

build/root/install.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ if [[ ! -z "${pacman_packages}" ]]; then
4848
pacman -S --needed $pacman_packages --noconfirm
4949
fi
5050

51+
# aur packages
52+
####
53+
54+
# define aur packages
55+
aur_packages="7-zip-bin"
56+
57+
# call aur install script (arch user repo)
58+
source aur.sh
59+
5160
# tweaks
5261
####
5362

0 commit comments

Comments
 (0)