File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ tgta16=16.20.2 # need armv6l latest from https://unofficial-builds.nodejs.org/
2626tgtl16=16.20.2 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
2727tgta18=18.20.4 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
2828tgtl18=18.20.4 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
29- tgta20=20.15.1 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
30- tgtl20=20.15.1 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
29+ tgta20=20.17.0 # need armv6l latest from https://unofficial-builds.nodejs.org/download/release/
30+ tgtl20=20.17.0 # need x86 latest from https://unofficial-builds.nodejs.org/download/release/
3131
3232usage () {
3333 cat << EOL
@@ -202,7 +202,7 @@ if [ "$EUID" == "0" ]; then
202202else
203203 groups " $USER " | grep -q ' \bsudo\b' && GRS=" Y" || GRS=" N"
204204 if [[ " $GRS " == " N" ]]; then
205- echo " User $NODERED_USER not in sudoers group. Exiting"
205+ echo " User $USER not in sudoers group. Exiting"
206206 exit 1;
207207 fi
208208fi
You can’t perform that action at this time.
0 commit comments