Fix broken command
This commit is contained in:
parent
894f711a1a
commit
ed75215e93
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ then
|
||||||
sudo bash "$BASH_SOURCE"
|
sudo bash "$BASH_SOURCE"
|
||||||
else
|
else
|
||||||
workingDirectory=$(pwd)
|
workingDirectory=$(pwd)
|
||||||
contextRoot=$(mktemp)
|
contextRoot=$(mktemp -d)
|
||||||
cd $contextRoot
|
cd $contextRoot
|
||||||
|
|
||||||
wget https://dl.gitea.io/tea/0.9.0/tea-0.9.0-linux-amd64 -O tea
|
wget https://dl.gitea.io/tea/0.9.0/tea-0.9.0-linux-amd64 -O tea
|
||||||
|
|
Loading…
Reference in a new issue