Skip to content

Commit 0684309

Browse files
committed
Fix config packagedir
1 parent 02f02cb commit 0684309

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

picore-rpi-eeprom-config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
# piCore script to update Raspberry Pi4/5 boot EEPROM.
44

5+
. /etc/init.d/tc-functions
6+
PACKAGEDIR=/etc/sysconfig/tcedir/optional
7+
8+
checknotroot
9+
510
function usage() {
611
echo "Usage:"
712
echo "$0 <options>"

0 commit comments

Comments
 (0)