diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-11-23 18:46:44 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-11-23 18:46:44 +0000 |
commit | 8fd09bef92b899ad0ba839eb9eedf1073fce5cc7 (patch) | |
tree | c947afaaf9a5cbd1af892b04c87e397e9c52e8dd /_deploy | |
parent | 521fd20e37de00179cfe92a5458a9baf80129c6a (diff) | |
download | troggle-8fd09bef92b899ad0ba839eb9eedf1073fce5cc7.tar.gz troggle-8fd09bef92b899ad0ba839eb9eedf1073fce5cc7.tar.bz2 troggle-8fd09bef92b899ad0ba839eb9eedf1073fce5cc7.zip |
python 3.12 discovered syntax issues
Diffstat (limited to '_deploy')
-rwxr-xr-x | _deploy/xubuntu/os-trog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_deploy/xubuntu/os-trog.sh b/_deploy/xubuntu/os-trog.sh index 8d9c0cd..8d55263 100755 --- a/_deploy/xubuntu/os-trog.sh +++ b/_deploy/xubuntu/os-trog.sh @@ -75,7 +75,7 @@ sudo ln -s /etc/alternatives/python /usr/bin/python3 sudo apt dist-upgrade -# install VS code +# install VS code - but ONLY on a native ubuntu install, NOT in WSL sudo apt install software-properties-common apt-transport-https wget gpg wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg sudo install -D -o root -g root -m 644 packages.microsoft.gpg /etc/apt/keyrings/packages.microsoft.gpg |