8000 modify the execution rights · NaxAlpha/opencv-python@75e663b · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 75e663b

Browse files
committed
modify the execution rights
1 parent bd47cf2 commit 75e663b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

travis/install-ninja.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
wget https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-linux.zip -O ninja.zip; unzip ninja.zip; rm ninja.zip
2-
export PATH=$PATH:$(pwd)
1+
wget https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-linux.zip -O ninja.zip
2+
unzip ninja.zip
3+
rm ninja.zip
4+
chmod +x ninja
5+
ls -la
6+
export PATH=$PATH:$(pwd)
7+
echo $PATH

0 commit comments

Comments
 (0)
0