Change the release channel of a worker

Going from stable to experimental

  1. sed -i 's/stable/experimental/g' /etc/apt/sources.list.d/cudo.list
  2. apt-get update
  3. apt-get --assume-yes --only-upgrade install cudo-miner-core cudo-miner-service cudo-miner-cli

Going from experimental to stable

  1. sed -i 's/experimental/stable/g' /etc/apt/sources.list.d/cudo.list
  2. apt-get update
  3. apt-get --assume-yes --only-upgrade install cudo-miner-core cudo-miner-service cudo-miner-cli