mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Simplify rpimonitor installation
This commit is contained in:
@@ -495,10 +495,6 @@ InstallRPiMonitor() {
|
||||
fi
|
||||
echo -e "Installing RPi-Monitor. This can take up to 5 minutes. Be patient please\c"
|
||||
apt-get -qq -y update
|
||||
apt-get -f -qq -y install apt-transport-https ca-certificates
|
||||
wget -q http://goo.gl/rsel0F -O /etc/apt/sources.list.d/rpimonitor.list
|
||||
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F >/dev/null 2>&1
|
||||
apt-get -qq -y update
|
||||
apt-get -f -qq -y install rpimonitor
|
||||
/usr/share/rpimonitor/scripts/updatePackagesStatus.pl &
|
||||
} # InstallRPiMonitor
|
||||
|
||||
Reference in New Issue
Block a user