1
0
Fork 0

unix-setup.sh: improve debian pkg installation setup

This commit is contained in:
Pratham Patel 2024-03-19 15:30:17 +05:30
parent 89ec0a1af8
commit 728c0010fa
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 4 additions and 0 deletions

View File

@ -77,8 +77,12 @@ function install_pkgs_darwin() {
fi
}
function install_pkgs_debian() {
export DEBIAN_FRONTEND=noninteractive
export NEEDRESTART_SUSPEND=true
PKGS_TO_INSTALL=(
curl
debhelper
dpkg-dev
git
vim
wget