mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
1acdba0acb
Post install displays link to release notes helpful for beta features
4 lines
223 B
Text
4 lines
223 B
Text
post_install () {
|
|
echo '>>> rpi-eeprom-update usage: https://archlinuxarm.org/forum/viewtopic.php?f=3&t=15366'
|
|
echo '>>> Release notes: https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware/release-notes.md'
|
|
}
|