mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-05 00:59:33 +00:00
image: Remove /dev/null on apt update
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user