
Change the file structure to make appropriate for stand alone parser. Change-Id: I6d5259b61b1cd82949262fee4930fa66703ad036
6 lines
124 B
Bash
Executable File
6 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
# This script installs rsyslog and the library for RELP
|
|
|
|
apt-get update
|
|
apt-get install -y rsyslog rsyslog-relp
|