File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ sudo apt-get remove -y '^mysql-.*' --fix-missing || echo "::warning::The command
120
120
sudo apt-get remove -y azure-cli google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri --fix-missing || echo " ::warning::The command [sudo apt-get remove -y azure-cli google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri --fix-missing] failed to complete successfully. Proceeding..."
121
121
sudo apt-get remove -y google-cloud-sdk --fix-missing || echo " ::debug::The command [sudo apt-get remove -y google-cloud-sdk --fix-missing] failed to complete successfully. Proceeding..."
122
122
sudo apt-get remove -y google-cloud-cli --fix-missing || echo " ::debug::The command [sudo apt-get remove -y google-cloud-cli --fix-missing] failed to complete successfully. Proceeding..."
123
+ sudo apt-get remove -y microsoft-edge-stable --fix-missing || echo " ::debug::The command [sudo apt-get remove -y microsoft-edge-stable --fix-missing] failed to complete successfully. Proceeding..."
124
+ sudo apt-get remove -y snapd --fix-missing || echo " ::debug::The command [sudo apt-get remove -y snapd --fix-missing] failed to complete successfully. Proceeding..."
123
125
sudo apt-get autoremove -y || echo " ::warning::The command [sudo apt-get autoremove -y] failed to complete successfully. Proceeding..."
124
126
sudo apt-get clean || echo " ::warning::The command [sudo apt-get clean] failed to complete successfully. Proceeding..."
125
127
You can’t perform that action at this time.
0 commit comments