This repository was archived by the owner on May 28, 2025. It is now read-only.
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() {
83
83
' ^aspnetcore-.*' \
84
84
' ^dotnet-.*' \
85
85
' ^java-*' \
86
+ ' ^libicu.*' \
86
87
' ^libllvm.*' \
87
88
' ^llvm-.*' \
88
89
' ^llvm.*' \
89
90
' ^mongodb-.*' \
90
91
' ^mysql-.*' \
91
92
' ^r-base.*' \
92
93
' ^vim.*' \
94
+ ' adwaita-icon-theme' \
93
95
' azure-cli' \
94
96
' cpp-11' \
95
97
' firefox' \
@@ -107,6 +109,7 @@ cleanPackages() {
107
109
' kubectl' \
108
110
' libgl1-mesa-dri' \
109
111
' libicu-dev' \
112
+ ' mercurial-common' \
110
113
' microsoft-edge-stable' \
111
114
' mono-devel' \
112
115
' mono-llvm-tools' \
@@ -115,6 +118,7 @@ cleanPackages() {
115
118
' powershell' \
116
119
' python-babel-localedata' \
117
120
' python3-breezy' \
121
+ ' skopeo' \
118
122
' snapd'
119
123
120
124
sudo apt-get autoremove -y || echo " ::warning::The command [sudo apt-get autoremove -y] failed"
@@ -150,7 +154,7 @@ dirs_to_remove=(
150
154
" /usr/local/lib/node_modules"
151
155
" /usr/local/share/chromium"
152
156
" /usr/local/share/powershell"
153
- " /usr/share/az_*"
157
+ " ^ /usr/share/az_. *"
154
158
" /usr/share/dotnet"
155
159
" /usr/share/icons/"
156
160
" /usr/share/miniconda/"
You can’t perform that action at this time.
0 commit comments