diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-02-07 15:13:59 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-02-07 15:13:59 +0000 |
commit | 06b81ea825bef39509d7ae9c1cf3f92fd9b60616 (patch) | |
tree | 24f00c108dddef81e0933e40182a586ab67ec3f6 /_deploy/wsl/os-trog24.04.sh | |
parent | 28d24e48de55e5e41ad238e0c6bb29f57c899c71 (diff) | |
download | troggle-06b81ea825bef39509d7ae9c1cf3f92fd9b60616.tar.gz troggle-06b81ea825bef39509d7ae9c1cf3f92fd9b60616.tar.bz2 troggle-06b81ea825bef39509d7ae9c1cf3f92fd9b60616.zip |
tidied PATHs
Diffstat (limited to '_deploy/wsl/os-trog24.04.sh')
-rwxr-xr-x | _deploy/wsl/os-trog24.04.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_deploy/wsl/os-trog24.04.sh b/_deploy/wsl/os-trog24.04.sh index e4cf062..f3d1185 100755 --- a/_deploy/wsl/os-trog24.04.sh +++ b/_deploy/wsl/os-trog24.04.sh @@ -27,7 +27,6 @@ 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/ |