Skip to content

Commit 54393e3

Browse files
committed
chore(scripts/free-space): remove duplicated temurin- in apt purge
1 parent 5a4f4b0 commit 54393e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/free-space.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else
1616
dpkg -l |
1717
grep '^ii' |
1818
awk '{ print $2 }' |
19-
grep -P '(mecab|linux-azure-tools-|aspnetcore|liblldb-|netstandard-|llvm|clang|gcc-12|gcc-13|cpp-|g\+\+-|temurin-|gfortran-|mysql-|google-cloud-cli|postgresql-|cabal-|dotnet-|ghc-|mongodb-|libmono|temurin-|mesa-|ant|liblua|python3|grub2-|grub-|shim-signed)'
19+
grep -P '(mecab|linux-azure-tools-|aspnetcore|liblldb-|netstandard-|llvm|clang|gcc-12|gcc-13|cpp-|g\+\+-|temurin-|gfortran-|mysql-|google-cloud-cli|postgresql-|cabal-|dotnet-|ghc-|mongodb-|libmono|mesa-|ant|liblua|python3|grub2-|grub-|shim-signed)'
2020
)
2121

2222
sudo apt purge -yq \

0 commit comments

Comments
 (0)