initial commit
This commit is contained in:
11
install/tools.sh
Executable file
11
install/tools.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "==> Installing extra tools..."
|
||||
|
||||
# ─── stow ─────────────────────────────────────────────────────────────────────
|
||||
if ! command -v stow &>/dev/null; then
|
||||
sudo apt install -y stow
|
||||
fi
|
||||
|
||||
echo "==> Extra tools done."
|
||||
Reference in New Issue
Block a user