Skip to content

Commit e2eadc8

Browse files
artynetfacchinm
authored andcommitted
adding arduino-linux-setup.sh call in install.sh script
1 parent f6690e1 commit e2eadc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/linux/dist/install.sh

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ xdg_install_f() {
7070
rm "${TMP_DIR}/${RESOURCE_NAME}.desktop"
7171
rmdir "$TMP_DIR"
7272

73+
# Launching arduino-linux-setup.sh script
74+
./arduino-linux-setup.sh $(whoami)
75+
7376
}
7477

7578
# Install by simply copying desktop file (fallback)

0 commit comments

Comments
 (0)