echo "Removing the old GPG key" sudo apt-key del 0C2E03A0 echo echo "Adding the new repo to /etc/apt/sources.list.d/" sudo sh -c 'echo "deb https://repo.tox.im/ nightly main" > /etc/apt/sources.list.d/tox.list' echo echo "Installing a new GPG key" wget -qO - https://repo.tox.im/pubkey.gpg | sudo apt-key add - echo echo "Installing 'apt-transport-https' package" sudo apt-get install apt-transport-https echo echo "Running 'apt-get update'" sudo apt-get update -qq echo echo "Tox Repository Installed." echo "You can now install utox, qtox, toxic, ratox and tox-bootstrapd"