Zenix.logo ~ Linux for Enlightened Beings

Welcome to the Zenix update page


You need to follow these instructions ONLY if you downloaded and installed Zenix prior to November 8th, 2009.

This update is needed to update the apparmor profiles.

#!/bin/bash

echo '' >> /etc/apt/sources.list
echo "#Zenix ppa" >> /etc/apt/sources.list
# all one line:
echo "deb http://ppa.launchpad.net/zenix-shravaka/ppa/ubuntu karmic main" >> /etc/apt/sources.list
# all one line:
echo "#deb-src http://ppa.launchpad.net/zenix-shravaka/ppa/ubuntu karmic main" >> /etc/apt/sources.list

apt-get -y purge zenix-apparmor-profiles
rm -rf /etc/apparmor.d/usr.lib.*
apt-get update
apt-get -y install apparmor-profiles
apt-get -y purge apparmor-profiles
apt-get -y install apparmor-profiles
wget http://zenix-os.net/replacement_profiles.tar.gz
tar xzvf replacement_profiles.tar.gz
cp replacement_profiles/* /etc/apparmor.d/
apt-get -y install zenix-apparmor-profiles

That's it, Zenix should now be up to date on your hard drive.