diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-12-04 07:22:23 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-12-04 07:22:23 +0100 |
commit | a12db5d06ead397c3a4232e1bbac68748f02704b (patch) | |
tree | 3b5964951a5d2804eda12daf6670a2514c291590 /install | |
parent | 6cc31a2b88476fe42b7bca369d0b782bf9b0c7cc (diff) | |
download | myconfigs-a12db5d06ead397c3a4232e1bbac68748f02704b.tar.gz myconfigs-a12db5d06ead397c3a4232e1bbac68748f02704b.tar.bz2 myconfigs-a12db5d06ead397c3a4232e1bbac68748f02704b.zip |
Drop lxc-net script as it was replaced by bridge service
Diffstat (limited to 'install')
-rwxr-xr-x | install | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -112,10 +112,6 @@ if ask "Install backup script"; then inst local/bin/system-backup ~/.local/bin/system-backup fi -if ask "Install lxc-net script"; then - inst local/bin/lxc-net ~/.local/bin/lxc-net -fi - if ask "Install usbkey script"; then inst local/bin/usbkey ~/.local/bin/usbkey inst zsh_completions/usbkey ~/.zsh_completions/_usbkey |