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 18a1f69 commit d394b36Copy full SHA for d394b36
package/root/etc/update-motd.d/11-pine-a64-help-text
@@ -0,0 +1,14 @@
1
+#!/bin/sh
2
+
3
+if [ $(id -u) -eq 0 ]; then
4
+ echo ""
5
+ echo "Update system with:"
6
7
+ echo " * pine64_update_kernel.sh"
8
+ echo " * pine64_update_uboot.sh"
9
+ echo " * pine64_update_package.sh"
10
11
+ if [ -d /sys/devices/soc.0/1c10000.sdmmc/mmc_host/mmc1 ]; then
12
+ echo " * pine64_install_to_emmc.sh"
13
+ fi
14
+fi
0 commit comments