fix whitespace
This commit is contained in:
parent
88df61ca0d
commit
4dd919c4bf
|
@ -202,10 +202,8 @@ install_i3() {
|
|||
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
||||
# TODO add non-free to apt/sources.list
|
||||
|
||||
|
||||
apt update
|
||||
apt install -y \
|
||||
alsa-utils \
|
||||
|
@ -362,7 +360,6 @@ install_compose() {
|
|||
/usr/bin/docker-compose version
|
||||
}
|
||||
|
||||
|
||||
install_virtualbox() {
|
||||
# https://wiki.debian.org/VirtualBox#Installation_of_non-free_edition
|
||||
apt install -y \
|
||||
|
|
Loading…
Reference in New Issue