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