Advertisement
noes1s

Install Remastersys 3.0.x - Ubuntu 12.04

Sep 29th, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. # Install Remastersys
  2. wget -O- http://www.remastersys.com/ubuntu/remastersys.gpg.key | sudo apt-key add -
  3. echo "deb http://www.remastersys.com/ubuntu $(lsb_release -c |awk '{print $2}') main" | sudo tee /etc/apt/sources.list.d/remastersys-$(lsb_release -c |awk '{print $2}').list
  4. sudo apt-get update
  5. sudo apt-get install -y remastersys
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement