7 lines
59 B
Bash
Executable File
7 lines
59 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
apt update
|
|
apt install syslog-ng -y
|
|
|
|
|