summaryrefslogtreecommitdiffstats
path: root/_deploy
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-01-24 22:48:19 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-01-24 22:48:19 +0000
commit8af4fc5b902b366ef1801e987aea8cae7ae83596 (patch)
tree10cc6d1d33363244e03214152867c7abc8a555c2 /_deploy
parent1502ffb0c4d3bfb6f1fba268bfd4fe6986939a80 (diff)
downloadtroggle-8af4fc5b902b366ef1801e987aea8cae7ae83596.tar.gz
troggle-8af4fc5b902b366ef1801e987aea8cae7ae83596.tar.bz2
troggle-8af4fc5b902b366ef1801e987aea8cae7ae83596.zip
missing imagemagik in new machine setup
Diffstat (limited to '_deploy')
-rwxr-xr-x_deploy/wsl/os-trog24.04.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/_deploy/wsl/os-trog24.04.sh b/_deploy/wsl/os-trog24.04.sh
index f3d1185..e4cf062 100755
--- a/_deploy/wsl/os-trog24.04.sh
+++ b/_deploy/wsl/os-trog24.04.sh
@@ -27,6 +27,7 @@ sudo apt autoremove -y
sudo apt install sqlite3 -y
sudo apt install gedit -y
+sudo apt-get install imagemagick -y
sudo apt install tig gitg meld -y
# python formatting https://docs.astral.sh/ruff/