cleanup archive file after extracting #3

This commit is contained in:
Felix Lohmeier 2021-06-11 19:33:39 +02:00
parent 20bc39ed74
commit fd5d04786d
1 changed files with 1 additions and 0 deletions

View File

@ -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/