mirror of
https://github.com/opencultureconsulting/openrefine-task-runner.git
synced 2025-02-16 00:00:41 +01:00
cleanup archive file after extracting #3
This commit is contained in:
parent
20bc39ed74
commit
fd5d04786d
@ -7,6 +7,7 @@ python -m bash_kernel.install
|
||||
# Install go-task https://github.com/go-task/task
|
||||
wget -q https://github.com/go-task/task/releases/download/v3.2.2/task_linux_amd64.tar.gz
|
||||
tar -xzf task_linux_amd64.tar.gz
|
||||
rm task_linux_amd64.tar.gz
|
||||
mkdir -p $HOME/.local/bin
|
||||
mv task $HOME/.local/bin/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user