3 lines
45 B
Bash
Executable file
3 lines
45 B
Bash
Executable file
#!/bin/bash
|
|
apt update
|
|
apt install dialog -y
|