initial commit
This commit is contained in:
14
bootstrap/bootstrap-ubuntu
Normal file
14
bootstrap/bootstrap-ubuntu
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o nounset
|
||||
set -o errexit
|
||||
|
||||
cd ~/
|
||||
|
||||
mkdir -p .local/bin
|
||||
|
||||
if [[ ! -x ~/.local/bin/task ]]; then
|
||||
sh -c "$(curl --silent --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin
|
||||
fi
|
||||
|
||||
~/.local/bin/task
|
||||
Reference in New Issue
Block a user