mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
fake-hwclock package
This commit is contained in:
@@ -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 ""
|
||||||
|
|||||||
Reference in New Issue
Block a user