4 lines
45 B
Text
4 lines
45 B
Text
|
#!/bin/bash
|
||
|
apt update
|
||
|
apt install dialog -y
|