We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ec59e commit 023976fCopy full SHA for 023976f
package/root/usr/local/sbin/pine64_enable_sunxidrm.sh
@@ -1,5 +1,15 @@
1
#!/bin/bash
2
3
+if ! dpkg -l xserver-xorg-video-armsoc-sunxi &>/dev/null || ! dpkg -l libmali-sunxi &>/dev/null; then
4
+ echo "The armsoc-sunxi and libmali is not installed!"
5
+ echo "Please run this before trying again:"
6
+ echo ""
7
+ echo " apt-add-repository -y ppa:ayufan/pine64-ppa"
8
+ echo " apt-get update"
9
+ echo " apt-get install -y xserver-xorg-video-armsoc-sunxi libmali-sunxi-utgard0-r6p0"
10
+ exit 1
11
+fi
12
+
13
set -xe
14
15
dpkg-divert --divert /etc/modules-load.d/pine64-disp.conf.disabled --rename /etc/modules-load.d/pine64-disp.conf
0 commit comments