Created
April 14, 2021 11:46
-
-
Save LinuxlinkedBD/48aca821c2642219ecb29d100cdc852e to your computer and use it in GitHub Desktop.
Rudder Audit system Installation on Ubuntu
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
If you need complete Rudder server/agent/relay-server setup, ping me on below contacts: | |
Telegram: linuxlinked | |
email: [email protected] | |
WhatsApp: +8801720903155 | |
Skype:live:.cid.c0dc316b9d727d5e | |
YouTube: https://youtu.be/MHE9jbFEBLo | |
######################################################################################################################################## | |
#!/bin/bash | |
sudo apt update | |
sudo apt-get upgrade -y | |
apt-get clean all | |
apt-get update | |
apt-get upgrade | |
sudo apt-get install rudder | |
sudo apt -f install | |
sudo apt -y autoremove | |
sudo apt -y autoclean | |
sudo apt -y clean | |
sudo apt update | |
#browse http://localhost/rudder in any browser |
Author
LinuxlinkedBD
commented
Apr 14, 2021
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment