6 lines
81 B
Bash
6 lines
81 B
Bash
#!/bin/bash
|
|
|
|
# Clean up
|
|
sudo apt-get -qqy autoremove
|
|
sudo apt-get -qqy autoclean
|