mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-12-18 06:22:18 +00:00
comments
This commit is contained in:
parent
2bebc781a1
commit
54a069df84
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user