From 8af4fc5b902b366ef1801e987aea8cae7ae83596 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 24 Jan 2025 22:48:19 +0000 Subject: [PATCH] missing imagemagik in new machine setup --- _deploy/wsl/os-trog24.04.sh | 1 + 1 file changed, 1 insertion(+) 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/