7 lines
117 B
Bash
Executable File
7 lines
117 B
Bash
Executable File
if [ "$EUID" = 0 ]
|
|
then echo "Please don't run as root"
|
|
exit
|
|
fi
|
|
|
|
npm i
|
|
cd rootfs\ overrides/core && npm i && cd - |