Last active 1754991570

vggonz's Avatar vggonz revised this gist 1754991569. Go to revision

1 file changed, 2 insertions

update_apt.sh(file created)

@@ -0,0 +1,2 @@
1 + #!/bin/bash
2 + sudo sh -c 'apt update && apt -y upgrade && apt clean && apt -y autoremove'
Newer Older