From 9930a498b9bcfd839f82fa1c26f4eb6c0359e1c8 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 28 May 2018 04:03:09 -0400 Subject: [PATCH] Reordered shell above links for dependancies --- install.conf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.conf.yaml b/install.conf.yaml index b0b6c76..0f0cb73 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -4,6 +4,9 @@ - clean: ['~'] +- shell: + - [git submodule update --init --recursive, Installing submodules] + - link: ~/.profile: path: profile @@ -61,6 +64,3 @@ relink: false force: false -- shell: - - [git submodule update --init --recursive, Installing submodules] -