forked from ahurac/dotfiles
6 lines
107 B
Text
Executable file
6 lines
107 B
Text
Executable file
#!/bin/sh
|
|
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
|
|
apt-get update
|
|
apt-get upgrade
|
|
apt-get autopurge
|
|
|