Commit c6172124 authored by nvmnghia's avatar nvmnghia

Typo

parent e819f511
Pipeline #59 canceled with stages
......@@ -19,7 +19,7 @@ bash -c 'echo "deb [arch=amd64] http://packages.microsoft.com/repos/vscode stabl
apt update -y
apt install -y code
if ! [ -x "$(command -v git)" ]; then
if ! [ -x "$(command -v code)" ]; then
echo "Error, now install using local deb package and extensions"
dpkg -i ./code.deb
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment