Changed to apt

This commit is contained in:
2021-11-24 09:13:58 +01:00
parent 31457ed6d3
commit 7af77e9255
25 changed files with 43 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
first_install() {
echo 'Installing useful apps'
dnf install net-tools dnsutils nano htop iftop tree zip unzip curl wget sudo -y
}

View File

@@ -0,0 +1,6 @@
#!/bin/bash
update() {
echo 'Starting upgrade:'
sudo dnf upgrade
}