Skip to content

Commit d394b36

Browse files
committed
Add motd message with upgrade possibilities
1 parent 18a1f69 commit d394b36

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/sh
2+
3+
if [ $(id -u) -eq 0 ]; then
4+
echo ""
5+
echo "Update system with:"
6+
echo ""
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

Comments
 (0)