File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,15 @@ cleanPackages() {
8383 ' ^aspnetcore-.*' \
8484 ' ^dotnet-.*' \
8585 ' ^java-*' \
86+ ' ^libicu.*' \
8687 ' ^libllvm.*' \
8788 ' ^llvm-.*' \
8889 ' ^llvm.*' \
8990 ' ^mongodb-.*' \
9091 ' ^mysql-.*' \
9192 ' ^r-base.*' \
9293 ' ^vim.*' \
94+ ' adwaita-icon-theme' \
9395 ' azure-cli' \
9496 ' cpp-11' \
9597 ' firefox' \
@@ -107,6 +109,7 @@ cleanPackages() {
107109 ' kubectl' \
108110 ' libgl1-mesa-dri' \
109111 ' libicu-dev' \
112+ ' mercurial-common' \
110113 ' microsoft-edge-stable' \
111114 ' mono-devel' \
112115 ' mono-llvm-tools' \
@@ -115,6 +118,7 @@ cleanPackages() {
115118 ' powershell' \
116119 ' python-babel-localedata' \
117120 ' python3-breezy' \
121+ ' skopeo' \
118122 ' snapd'
119123
120124 sudo apt-get autoremove -y || echo " ::warning::The command [sudo apt-get autoremove -y] failed"
@@ -150,7 +154,7 @@ dirs_to_remove=(
150154 " /usr/local/lib/node_modules"
151155 " /usr/local/share/chromium"
152156 " /usr/local/share/powershell"
153- " /usr/share/az_*"
157+ " ^ /usr/share/az_. *"
154158 " /usr/share/dotnet"
155159 " /usr/share/icons/"
156160 " /usr/share/miniconda/"
You can’t perform that action at this time.
0 commit comments