fake-hwclock package

This commit is contained in:
Igor Pečovnik
2016-01-21 13:02:55 +01:00
parent bd97b3d905
commit 5e621a7b77

View File

@@ -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 \ $(dpkg-query -W -f='${Status}' aptitude 2>/dev/null | grep -c "ok installed") -eq 0 \
]]; then ]]; then
echo "Downloading dependencies ... please wait" 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 fi
display_warning display_warning
@@ -322,4 +322,4 @@ dialog --title "$title" --backtitle "$backtitle" --yes-label "Reboot" --no-labe
if [ $? -eq 0 ]; then reboot; fi if [ $? -eq 0 ]; then reboot; fi
echo "Visit: forum.armbian.com in case of troubles or just for fun ;)" echo "Visit: forum.armbian.com in case of troubles or just for fun ;)"
echo "" echo ""