How do I update an older version of infinityOS to have the multi-user features of 1.0 RC1?

Asked by Ryan Oram

Question information

Language:
English Edit question
Status:
Solved
For:
infinityOS Edit question
Assignee:
No assignee Edit question
Solved by:
Ryan Oram
Solved:
Last query:
Last reply:
Revision history for this message
Ryan Oram (infinityos) said :
#1

Enter the following into the terminal to update infinityOS to have the multi-user features of RC1:

-------------------------------

cd /
sudo wget http://sourceforge.net/projects/infinity-os/files/infinityOS/infinityOS-multiuser-upgrade.tar.gz/download
sudo tar -xvf infinityOS-multiuser-upgrade.tar.gz

------------------------------

Now every new user will have the new interface and features of infinityOS 1.0 RC1

Revision history for this message
Ryan Oram (infinityos) said :
#2

For users running 0.5.* or 0.6.* :

Run the following command in the terminal to get the BitTorrent link in the new home folders to work:

----------------------------

sudo ln -s /home/funbox/BitTorrent

----------------------------

Revision history for this message
Ryan Oram (infinityos) said :
#3

Whoops, ignore the comment directly above and use the following instructions instead:

For users running 0.5.* or 0.6.* :

Run the following command in the terminal to get the BitTorrent link in the new home folders to work:

----------------------------

sudo ln -s /home/funbox/BitTorrent /var/bt

----------------------------