mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
7 lines
86 B
Bash
Executable File
7 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SCRIPT_PATH=$( cd $(dirname $0) ; pwd )
|
|
cd "$SCRIPT_PATH"
|
|
|
|
./install.sh -u
|