With Audio and Screen Sharing Enabled
Add the i386
architecture to the list of dpkg
architectures :
sudo dpkg --add-architecture i386
#!/bin/bash | |
## A script to install Funtoo Linux on a computer. | |
####---------------------------------------------#### | |
export PS1="(chroot) $PS1" | |
echo Downloading the portage tree... | |
ego sync | |
emerge --sync |