diff options
-rwxr-xr-x | share/provision/development | 8 |
1 files changed, 4 insertions, 4 deletions
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 |