Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
freebsd_install [2013/07/15 18:05]
127.0.0.1 external edit
freebsd_install [2015/06/01 16:17] (current)
steve [VMWare Guest Tools Install]
Line 45: Line 45:
  
 ==== Base Install ==== ==== Base Install ====
- 
-The base install script runs in Bourne shell, so it is safe to run and execute without any issues. ​ The script does a variety of things, such as install basic programs like bash and vim and the normal dotfiles. 
- 
-<​code>​ 
-fetch http://​beandog.digitaltrike.com/​freebsd/​base_install 
-sh base_install 
-</​code>​ 
  
 == Update timezone == == Update timezone ==
Line 81: Line 74:
 cd /​usr/​ports/​lang/​perl5.16 && make install cd /​usr/​ports/​lang/​perl5.16 && make install
 cd /​usr/​ports/​misc/​compat6x && make install cd /​usr/​ports/​misc/​compat6x && make install
-cd && ftp http://​beandog.digitaltrike.com/​vmware/​guest-tools/​vmware-freebsd-tools.tar.gz+cd && ftp http://​beandog.org/​vmware/​guest-tools/​vmware-freebsd-tools.tar.gz
 tar -ozxf vmware-freebsd-tools.tar.gz && cd vmware-tools-distrib tar -ozxf vmware-freebsd-tools.tar.gz && cd vmware-tools-distrib
 perl vmware-install.pl perl vmware-install.pl