1
0
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:
Martino Facchin 2019-10-10 09:20:05 +02:00 committed by GitHub
commit 0d9de02253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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