"The right way" to install patches?
by Projectile from LinuxQuestions.org on (#6CNCY)
What is the correct way to install the official patches?
This is my current method:
Code:for pkg in *.txz; do
upgradepkg $pkg
done
This is my current method:
Code:for pkg in *.txz; do
upgradepkg $pkg
done