Skip to content

Commit 30a5395

Browse files
committed
adding arduino-linux-setup.sh call in install.sh script
1 parent 29e34f2 commit 30a5395

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: 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)