mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-28 09:24:14 +01:00
Merge pull request #9291 from arduino/fix-arduino-linux-setup-shebang
Moving shebang at the top of the file
This commit is contained in:
commit
0d9de02253
3
build/linux/dist/arduino-linux-setup.sh
vendored
3
build/linux/dist/arduino-linux-setup.sh
vendored
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
# arduino-linux-setup.sh : A simple Arduino setup script for Linux systems
|
||||
# Copyright (C) 2015 Arduino Srl
|
||||
#
|
||||
@ -61,8 +62,6 @@
|
||||
# + now the script checks for SUDO permissions
|
||||
#
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
# if [[ $EUID != 0 ]] ; then
|
||||
# echo This must be run as root!
|
||||
# exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user