forked from ahurac/dotfiles
6 lines
61 B
Bash
Executable file
6 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
apt clean
|
|
pkg update
|
|
pkg upgrade
|
|
apt autopurge -y
|
|
|