Last active
August 1, 2016 09:38
-
-
Save avdhoot/415bb57e286f4a6e500b687ee495d5ef to your computer and use it in GitHub Desktop.
install syslong-ng OSE on ubuntu 14.04 LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
wget -O- http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_14.04/Release.key | apt-key add - | |
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/syslog-ng-ose.list" | |
sudo apt-get update | |
sudo apt-get install syslog-ng-core |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment