mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-12-18 14:32:19 +00:00
comments
This commit is contained in:
parent
2bebc781a1
commit
54a069df84
@ -1,13 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Run this in a terminal in the troggle directory: 'bash os-trog.sh'
|
# Run this in a terminal in your $HOME directory, e.g. /home/philip/
|
||||||
# On WSL, do Shift-click in the file explorer on the troggle folder to open a Linux command line
|
# run like this: bash os-trog.sh'
|
||||||
# 'Open Linux shell here'
|
|
||||||
echo 'Run this in a terminal in your home directory: "bash os-trog.sh"'
|
echo 'Run this in a terminal in your home directory: "bash os-trog.sh"'
|
||||||
cat /etc/os-release
|
cat /etc/os-release
|
||||||
# Expects an Ubuntu 24.04 relatively clean install.
|
# Expects a WSL Ubuntu 24.04 relatively clean install.
|
||||||
# 24.04 has python 3.12
|
# 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
|
python --version : ensure python is an alias for python3 not python2.7
|
||||||
ssh -V
|
ssh -V
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
|
Loading…
Reference in New Issue
Block a user