forked from sh-edraft.de/sh_linux_installation_scripts
Changed to apt
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
first_install() {
|
||||
echo 'Installing useful apps'
|
||||
apt-get install net-tools dnsutils nano htop iftop tree zip unzip curl wget sudo -y
|
||||
apt install net-tools dnsutils nano htop iftop tree zip unzip curl wget git sudo -y
|
||||
}
|
||||
|
@@ -2,9 +2,9 @@
|
||||
|
||||
update() {
|
||||
echo 'Starting update:'
|
||||
sudo apt-get update -y
|
||||
sudo apt update -y
|
||||
echo 'Starting upgrade:'
|
||||
sudo apt-get upgrade -y
|
||||
sudo apt upgrade -y
|
||||
echo 'Starting dist-upgrade:'
|
||||
sudo apt-get dist-upgrade -y
|
||||
sudo apt dist-upgrade -y
|
||||
}
|
||||
|
Reference in New Issue
Block a user