From b3c368bd5e662d85c89b6ad7698480e837de7377 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Feb 2018 10:30:59 -0200 Subject: Renames inception script to infection --- share/provision/development | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'share') diff --git a/share/provision/development b/share/provision/development index 5c2ccdb..0d6f669 100755 --- a/share/provision/development +++ b/share/provision/development @@ -51,14 +51,14 @@ echo "Installing basic dependencies..." $APT_INSTALL git curl make || exit 1 # Tools -if [ ! -e "apps/inception" ]; then +if [ ! -e "apps/infection" ]; then rm -rf apps git clone --recursive https://git.fluxo.info/rhatto/apps - apps/inception init + apps/infection init else echo "Updating locally-installed apps and dotfiles..." - apps/inception fetch - apps/inception merge + apps/infection fetch + apps/infection merge apps/metadot/metadot fetch apps/metadot/metadot merge fi -- cgit v1.2.3