Fix broken command

This commit is contained in:
Manuel Thalmann 2022-11-18 23:24:48 +01:00
parent 4680b8aaf2
commit fae7bdc27b

View file

@ -5,7 +5,7 @@ then
sudo bash "$BASH_SOURCE"
else
workingDirectory=$(pwd)
contextRoot=$(mktemp)
contextRoot=$(mktemp -d)
cd $contextRoot
wget https://dl.gitea.io/tea/0.9.0/tea-0.9.0-linux-amd64 -O tea