Return to Wiki Index
#!/bin/bash apt-get update && apt-get upgrade && apt-get clean && apt-get autoremove -f -y exit 0