From 5e621a7b77cf687aa69ed73e70966cf6bac11071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 21 Jan 2016 13:02:55 +0100 Subject: [PATCH] fake-hwclock package --- upgrade.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upgrade.sh b/upgrade.sh index 2f2671f66..0fca37de9 100644 --- a/upgrade.sh +++ b/upgrade.sh @@ -298,7 +298,7 @@ if [[ $(dpkg-query -W -f='${Status}' dialog 2>/dev/null | grep -c "ok installed" $(dpkg-query -W -f='${Status}' aptitude 2>/dev/null | grep -c "ok installed") -eq 0 \ ]]; then echo "Downloading dependencies ... please wait" -apt-get install -qq -y dialog u-boot-tools debconf-utils lsb-release aptitude >/dev/null 2>&1 +apt-get install -qq -y dialog u-boot-tools debconf-utils lsb-release aptitude fake-hwclock >/dev/null 2>&1 fi display_warning @@ -322,4 +322,4 @@ dialog --title "$title" --backtitle "$backtitle" --yes-label "Reboot" --no-labe if [ $? -eq 0 ]; then reboot; fi echo "Visit: forum.armbian.com in case of troubles or just for fun ;)" -echo "" \ No newline at end of file +echo ""