Skip to content

Commit 4d3052b

Browse files
authored
[editing_python_source_vscode.rst] Fixing wget renaming the .deb.
1 parent 0f701ba commit 4d3052b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/preamble/python/editing_python_source_vscode.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Run
2222
cd ~
2323
mkdir ros2_workspace_vscode
2424
cd ros2_workspace_vscode
25-
wget https://update.code.visualstudio.com/1.93.0/linux-deb-x64/stable
26-
sudo dpkg -i code_1.93.0*.deb
25+
wget -O code_1.93.0-stable_amd64.deb https://update.code.visualstudio.com/1.93.0/linux-deb-x64/stable
26+
sudo dpkg -i code_1.93.0-stable_amd64.deb
2727
2828
2929
Running :program:`VS Code`

0 commit comments

Comments
 (0)