image: Remove /dev/null on apt update

This commit is contained in:
Artem Smirnov
2018-10-10 15:28:11 +03:00
parent e815c14070
commit d000f81356

View File

@@ -45,7 +45,7 @@ echo "deb http://repo.coex.space/clever stretch main" > /etc/apt/sources.list.d/
echo_stamp "Update apt cache"
# TODO: FIX ERROR: /usr/bin/apt-key: 596: /usr/bin/apt-key: cannot create /dev/null: Permission denied
apt-get update -qq > /dev/null
apt-get update -qq
# && apt upgrade -y
echo_stamp "Software installing"