Skip to content

Instantly share code, notes, and snippets.

@opticyclic
opticyclic / build.sh
Last active March 22, 2021 08:18 — forked from fballiano/build.sh
Ubuntu Mini Remix
#!/bin/bash
#Notes for running this in a LiveCD in VirtualBox
#15.10 (Wily) is now EOL so you need to update /etc/apt/sources.list
#Each line should be http://old-releases.ubuntu.com/ubuntu
#uck is in the universe repo so you need to edit /etc/apt/sources.list and suffix universe
sudo sed -i 's/archive.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo sed -i 's/restricted/restricted universe/g' /etc/apt/sources.list
sudo apt-get update