Added -y to the upgrade command.

This commit is contained in:
2025-03-20 05:36:56 +03:00
parent 61a8179b79
commit 7a86059ab7

View File

@@ -10,7 +10,7 @@
Install required dependencies:
```bash
sudo apt-get update && sudo apt-get upgrade && sudo apt-get install wget git docker.io -y
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install wget git docker.io -y
```
Run the setup script: