Skip to content
Snippets Groups Projects
Commit b51ec47d authored by Logan Aerl Arias's avatar Logan Aerl Arias
Browse files

debian-oldstable-amd64: fix typo in apt-get gcc

parent 9fb154b1
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ Debian oldstable:amd64: ...@@ -18,7 +18,7 @@ Debian oldstable:amd64:
- - | - - |
# apt_toolchain # apt_toolchain
echo -e "\e[0Ksection_start:`date +%s`:apt_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages" echo -e "\e[0Ksection_start:`date +%s`:apt_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
- apt-get install ++-x86-64-linux-gnu || apt-get install g++ - apt-get install g++-x86-64-linux-gnu || apt-get install g++
- | - |
# apt_toolchain # apt_toolchain
echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K" echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment