4 lines
48 B
Bash
Executable file
4 lines
48 B
Bash
Executable file
#!/bin/bash
|
|
|
|
apt update
|
|
apt install -y sudo git
|