mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 18:31:07 +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
|