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

This commit is contained in:
Logan Aerl Arias 2025-02-13 02:06:20 +00:00
parent 9fb154b117
commit b51ec47d95

View file

@ -18,7 +18,7 @@ Debian oldstable:amd64:
- - |
# apt_toolchain
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
echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"