mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
7 lines
86 B
Bash
7 lines
86 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
SCRIPT_PATH=$( cd $(dirname $0) ; pwd )
|
||
|
cd "$SCRIPT_PATH"
|
||
|
|
||
|
./install.sh -u
|