diff --git a/_deploy/wsl/os-trog24.04.sh b/_deploy/wsl/os-trog24.04.sh index 37f0b16..37b9ccc 100755 --- a/_deploy/wsl/os-trog24.04.sh +++ b/_deploy/wsl/os-trog24.04.sh @@ -1,13 +1,12 @@ #!/bin/bash -# Run this in a terminal in the troggle directory: 'bash os-trog.sh' -# On WSL, do Shift-click in the file explorer on the troggle folder to open a Linux command line -# 'Open Linux shell here' +# Run this in a terminal in your $HOME directory, e.g. /home/philip/ +# run like this: bash os-trog.sh' + echo 'Run this in a terminal in your home directory: "bash os-trog.sh"' cat /etc/os-release -# Expects an Ubuntu 24.04 relatively clean install. -# 24.04 has python 3.12 +# Expects a WSL Ubuntu 24.04 relatively clean install. +# 24.04 has python 3.12 as standard -# sudo apt install python-is-python3 -y python --version : ensure python is an alias for python3 not python2.7 ssh -V sudo apt update -y