diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-02-05 10:30:59 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-02-05 10:30:59 -0200 |
commit | b3c368bd5e662d85c89b6ad7698480e837de7377 (patch) | |
tree | d474544f5cf91451a79094dcb467d733923d67ac /share/provision/development | |
parent | 0171ddb9708968a25bc4d9dee0427ad24dcc78ff (diff) | |
download | kvmx-b3c368bd5e662d85c89b6ad7698480e837de7377.tar.gz kvmx-b3c368bd5e662d85c89b6ad7698480e837de7377.tar.bz2 |
Renames inception script to infection
Diffstat (limited to 'share/provision/development')
-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 |