🔒 Repository is read-only – file editing is disabled.

recipes/gui/arduino-ide/arduino-ide.post-install main

11 linii Raw ← Powrót
1234567891011
INFO="\033[1;36m"
NORMAL="\033[0;39m"
UN=dialout
printf "${INFO}

Your account needs to be part of the $UN group
to be able to use arduino-ide:

  sudo usermod -a -G $UN <username>

${NORMAL}\n"