Ver código fonte

Update 'Scanner/install_docker.sh'

Jose E. Rodriguez 2 meses atrás
pai
commit
71ac16bd77
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Scanner/install_docker.sh

+ 1
- 1
Scanner/install_docker.sh Ver arquivo

@@ -1,6 +1,6 @@
1 1
 #!/bin/bash
2 2
 
3
-echo "🛠 Installing Docker and Docker Compose on Ubuntu..."
3
+echo "Installing Docker and Docker Compose on Ubuntu..."
4 4
 
5 5
 # Step 1: Remove older Docker versions (if any)
6 6
 sudo apt remove -y docker docker-engine docker.io containerd runc