Skip to content

Commit

Permalink
Clean the APT cache at post-install to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Feb 10, 2021
1 parent 565470f commit d688ee4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion provisioning/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ set -ex
# Create a link to the default shared folder
ln -sf /vagrant/ /home/vagrant/Desktop/
mv /home/vagrant/Desktop/vagrant /home/vagrant/Desktop/shared
chown vagrant:vagrant /home/vagrant/Desktop/shared
chown vagrant:vagrant /home/vagrant/Desktop/shared

# Cleanup the APT cache to save space
apt-get clean

0 comments on commit d688ee4

Please sign in to comment.