updated
This commit is contained in:
Родитель
6ac736a8c2
Коммит
338e663259
5
.profile
5
.profile
|
@ -1,10 +1,13 @@
|
|||
echo "Installing JQ for JSON parsing ..."
|
||||
mkdir /app/.local/jq
|
||||
cd /app/.local/jq
|
||||
wget -O jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
|
||||
chmod +x ./jq
|
||||
|
||||
echo "Updating PATH to include jq ..."
|
||||
export PATH=$PATH:/app/jq
|
||||
export PATH=$PATH:/app/.local/jq
|
||||
|
||||
cd /app
|
||||
ls -lA
|
||||
jq --help
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче