Skip to content

Commit d90c0c7

Browse files
authored
Merge pull request laravel#93 from vigneshgurusamy/clean-cache
Clean up caches
2 parents aed1e94 + c9b03bf commit d90c0c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/provision.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,11 @@ service mailhog start
265265
systemctl enable supervisor.service
266266
service supervisor start
267267

268+
# Clean Up
269+
270+
apt-get -y autoremove
271+
apt-get -y clean
272+
268273
# Enable Swap Memory
269274

270275
/bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024

0 commit comments

Comments
 (0)