Change ROOT directory

pull/218/head
James Ball 2024-02-10 12:20:33 +00:00
rodzic 575a2977d8
commit 57286c0e09
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -6,9 +6,7 @@ if [ $OS = "linux" ]; then
sudo apt-get install clang git ladspa-sdk freeglut3-dev g++ libasound2-dev libcurl4-openssl-dev libfreetype6-dev libjack-jackd2-dev libx11-dev libxcomposite-dev libxcursor-dev libxinerama-dev libxrandr-dev mesa-common-dev webkit2gtk-4.0 juce-tools xvfb
fi
ls .
ROOT=$(cd "$(dirname "$0")/.."; pwd)
ROOT=$(pwd)
cd "$ROOT"
echo "$ROOT"
ls .