Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
minimize task install
Browse files Browse the repository at this point in the history
  • Loading branch information
felixlohmeier committed Apr 6, 2022
1 parent f867050 commit 30ea93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.10.0/task_linux_amd64.tar.gz
tar -xzf task_linux_amd64.tar.gz
tar -xzf task_linux_amd64.tar.gz task
rm task_linux_amd64.tar.gz
mkdir -p $HOME/.local/bin
mv task $HOME/.local/bin/
Expand Down

0 comments on commit 30ea93e

Please sign in to comment.