Up.
This commit is contained in:
parent
aec8a524fd
commit
96c1ea23be
@ -92,17 +92,17 @@ packages=(
|
||||
|
||||
## Install packages
|
||||
packages=(${packages[@]//starship/makedeb})
|
||||
## packages+=(
|
||||
## apt-utils
|
||||
## autoconf
|
||||
## automake
|
||||
## cmake
|
||||
## doxygen
|
||||
## libtool
|
||||
## libtool-bin
|
||||
## ninja-build
|
||||
## pkg-config
|
||||
## )
|
||||
packages+=(
|
||||
apt-utils
|
||||
autoconf
|
||||
automake
|
||||
cmake
|
||||
doxygen
|
||||
libtool
|
||||
libtool-bin
|
||||
ninja-build
|
||||
pkg-config
|
||||
)
|
||||
|
||||
for package in ${packages[@]}; do
|
||||
inf "installing ${package}..."
|
||||
|
Loading…
Reference in New Issue
Block a user