mirror of
https://github.com/deadcxap/init_scripts.git
synced 2026-07-02 05:43:40 +03:00
Add command to upgrade installed packages
This commit is contained in:
@@ -154,6 +154,7 @@ install_packages() {
|
|||||||
run "Waiting for apt lock" wait_for_apt
|
run "Waiting for apt lock" wait_for_apt
|
||||||
run "Updating package index" apt-get update -y
|
run "Updating package index" apt-get update -y
|
||||||
run "Installing base packages" apt-get install -y --no-install-recommends sudo curl wget git ufw logrotate unattended-upgrades ca-certificates gnupg lsb-release apt-transport-https jq hstr bat eza duf
|
run "Installing base packages" apt-get install -y --no-install-recommends sudo curl wget git ufw logrotate unattended-upgrades ca-certificates gnupg lsb-release apt-transport-https jq hstr bat eza duf
|
||||||
|
run "Installing all updates" apt-get upgrade -y
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_hostname() {
|
setup_hostname() {
|
||||||
|
|||||||
Reference in New Issue
Block a user