diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-20 22:28:59 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-20 22:28:59 +0100 |
commit | 9e424dae63ff66f889b8618c4fa4a6b3bf1b2012 (patch) | |
tree | bf223bdfa3985435b936a0cd786430c7336d6362 /install | |
parent | 7e5fd86cf259a0d5ab98d3ae0081931832f8f760 (diff) | |
download | myconfigs-9e424dae63ff66f889b8618c4fa4a6b3bf1b2012.tar.gz myconfigs-9e424dae63ff66f889b8618c4fa4a6b3bf1b2012.tar.bz2 myconfigs-9e424dae63ff66f889b8618c4fa4a6b3bf1b2012.zip |
Move usbkey to separate repo
Diffstat (limited to 'install')
-rwxr-xr-x | install | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -111,9 +111,3 @@ fi if ask "Install backup script"; then inst local/bin/system-backup ~/.local/bin/system-backup fi - -if ask "Install usbkey script"; then - inst local/bin/usbkey ~/.local/bin/usbkey - inst zsh_completions/usbkey ~/.zsh_completions/_usbkey - inst bash_completions/usbkey ~/.bash_completions/usbkey -fi |