Cleanup artifacts which are downloaded during install and have no further meaning
This commit is contained in:
@@ -40,6 +40,7 @@ else
|
|||||||
mkdir -p $HOME/.local/share/fonts || true
|
mkdir -p $HOME/.local/share/fonts || true
|
||||||
unzip -jod $HOME/.local/share/fonts/ "$HOME/Downloads/$MATERIAL_DESIGN_FONT_ZIP" MaterialDesign-Webfont-4.9.95/fonts/materialdesignicons-webfont.ttf
|
unzip -jod $HOME/.local/share/fonts/ "$HOME/Downloads/$MATERIAL_DESIGN_FONT_ZIP" MaterialDesign-Webfont-4.9.95/fonts/materialdesignicons-webfont.ttf
|
||||||
fc-cache -fv
|
fc-cache -fv
|
||||||
|
rm "$HOME/Downloads/$MATERIAL_DESIGN_FONT_ZIP"
|
||||||
|
|
||||||
# handle work-setup
|
# handle work-setup
|
||||||
while true
|
while true
|
||||||
@@ -55,6 +56,7 @@ else
|
|||||||
network-manager-openconnect \
|
network-manager-openconnect \
|
||||||
network-manager-openconnect-gnome \
|
network-manager-openconnect-gnome \
|
||||||
$HOME/Downloads/$CHROME_DEB
|
$HOME/Downloads/$CHROME_DEB
|
||||||
|
rm $HOME/Downloads/$CHROME_DEB
|
||||||
break;;
|
break;;
|
||||||
[Nn]*) break;;
|
[Nn]*) break;;
|
||||||
*) echo "Please answer yes or no.";;
|
*) echo "Please answer yes or no.";;
|
||||||
|
|||||||
Reference in New Issue
Block a user