Sha256: 2dd788aaeb4d2768b538499de5f67e3974b2e36abc8d6f035479d87d25393cce
Contents?: true
Size: 301 Bytes
Versions: 16
Compression:
Stored size: 301 Bytes
Contents
#!/bin/bash # Requires # reboot.sh # Clean up # http://vstone.eu/reducing-vagrant-box-size/ unset HISTFILE [ -f /root/.bash_history ] && rm /root/.bash_history # Clean up logfiles find /var/log -type f | while read f; do echo -ne '' > $f; done; # Clean out Pacman cache pacman -Scc<<EOF y y EOF
Version data entries
16 entries across 16 versions & 1 rubygems