Skip to content

Instantly share code, notes, and snippets.

@rubenerd
Created October 24, 2014 07:02
Show Gist options
  • Save rubenerd/cd84720e61ad1d4f3c59 to your computer and use it in GitHub Desktop.
Save rubenerd/cd84720e61ad1d4f3c59 to your computer and use it in GitHub Desktop.
Install VyOS repo on Vyatta
#!/bin/vbash
## Script to install VyOS community repos on Vyatta
source /opt/vyatta/etc/functions/script-template
delete system package repository community
set system package repository community components 'main'
set system package repository community distribution 'hydrogen'
set system package repository community url 'http://mirror.vyos-users.jp/vyos'
commit
save
sudo apt-get -y update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment