diff options
author | Karel Kočí <cynerd@email.cz> | 2017-08-02 20:34:26 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-08-02 20:34:26 +0200 |
commit | 5de0fe322a27d36e8ed7b1054b37c6edd457f4cd (patch) | |
tree | ffaac17ab3ee7450b58df88384be9a6171580465 /install | |
parent | 512ca2308d4a93fb6c29fb0828f5071e6bbb4301 (diff) | |
parent | 0439d2707714e1b6879818dc76e15256617a335d (diff) | |
download | myconfigs-5de0fe322a27d36e8ed7b1054b37c6edd457f4cd.tar.gz myconfigs-5de0fe322a27d36e8ed7b1054b37c6edd457f4cd.tar.bz2 myconfigs-5de0fe322a27d36e8ed7b1054b37c6edd457f4cd.zip |
Merge branch 'master' into server
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ git submodule update --init --recursive || (echo "Submodule update failed!"; exi ################################################################################# if [ -e /etc/arch-release ] && ask "Archlinux software"; then - source private/arch + source utils/arch archlinux_inst fi |