apt & dnf add / remove

This commit is contained in:
2022-10-17 11:12:09 +02:00
parent 4a4f8696ad
commit 431560c6b9
3 changed files with 5 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ echo " continues the software installation in 3 seconds"
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
sleep 3
# APT Update & apt upgrade
# DNF Update & apt upgrade
sudo dnf update && sudo dnf upgrade -y
echo "Enter your user password, to continue if necessary"