Skip to content

Commit 3809e5b

Browse files
authored
Merge pull request #196 from imraghavagr/main
Update terminal based installation in Linux.md #170
2 parents 6fa6538 + d63afcc commit 3809e5b

File tree

1 file changed

+9
-1
lines changed
  • content/software/ide-v1/tutorials/Linux

1 file changed

+9
-1
lines changed

content/software/ide-v1/tutorials/Linux/Linux.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,15 @@ The file is compressed and you have to extract it in a suitable folder, remember
2727

2828
Open the **arduino-1.6.x** folder just created by the extraction process and spot the **install.sh** file. Right click on it and choose **Run in Terminal** from the contextual menu. The installation process will quickly end and you should find a new icon on your desktop.
2929

30-
If you don't find the option to run the script from the contextual menu, you have to open a Terminal window and move into the **arduino-1.6.x** folder. Type the command **assets/install.sh** and wait for the process to finish. You should find a new icon on your desktop.
30+
If you don't find the option to run the script from the contextual menu, you have to open a Terminal window and move into the **arduino-1.6.x** root directory and run the following command:
31+
32+
```
33+
sudo sh install.sh
34+
```
35+
***This method only works for versions greater or equal than 1.6.5. Remove `sudo` keyword if already running the terminal with administrative rights.***
36+
37+
38+
You should find a new icon on your desktop.
3139

3240
![Running the installation script.](assets/Linux_Install_2.jpg)
3341

0 commit comments

Comments
 (0)