Last active
July 9, 2019 05:09
-
-
Save penguinpowernz/06bc3c3183d8f76f825fc1c0c9458564 to your computer and use it in GitHub Desktop.
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 | |
lsb_release -a|grep stretch || exit 0; | |
apt-get update | |
apt-get install asl-agent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment