diff options
author | Karel Kočí <cynerd@email.cz> | 2017-10-22 22:18:02 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-10-22 22:18:02 +0200 |
commit | b5d63999c82eb89c0bd671c2ae04b936b6ec714d (patch) | |
tree | 4f5a11ea1f35393a95d918f5f5812414e47353ab /install | |
parent | 97ccd8d036996684d1ba6acf56bda61c7e184090 (diff) | |
parent | 8cf55e56aeb59c076c26e3bd4636bbf82bb1eeb5 (diff) | |
download | myconfigs-b5d63999c82eb89c0bd671c2ae04b936b6ec714d.tar.gz myconfigs-b5d63999c82eb89c0bd671c2ae04b936b6ec714d.tar.bz2 myconfigs-b5d63999c82eb89c0bd671c2ae04b936b6ec714d.zip |
Merge branch 'master' into server
Diffstat (limited to 'install')
-rwxr-xr-x | install | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -11,10 +11,6 @@ git submodule update --init --recursive || (echo "Submodule update failed!"; exi [ "$1" = "-f" ] && FORCE=true || FORCE=false ################################################################################# -if [ -e /etc/arch-release ] && ask "Archlinux software"; then - source utils/arch - archlinux_inst -fi if ask "Install Bashrc"; then inst bashrc ~/.bashrc |