Run apt with sudo.

master
Icedream 2018-02-17 20:38:24 +01:00
parent 46d02da26e
commit be7e84a0f8
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
. ./os.sh
apt_install() {
DEBIAN_FRONTEND="noninteractive" apt-get install -y "$@"
DEBIAN_FRONTEND="noninteractive" sudo apt-get install -y "$@"
}
pacman_install() {