forked from ahurac/dotfiles
7 lines
61 B
Text
7 lines
61 B
Text
|
#!/bin/sh
|
||
|
apt clean
|
||
|
pkg update
|
||
|
pkg upgrade
|
||
|
apt autopurge -y
|
||
|
|