aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-02-05 10:30:59 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-02-05 10:30:59 -0200
commitb3c368bd5e662d85c89b6ad7698480e837de7377 (patch)
treed474544f5cf91451a79094dcb467d733923d67ac /share
parent0171ddb9708968a25bc4d9dee0427ad24dcc78ff (diff)
downloadkvmx-b3c368bd5e662d85c89b6ad7698480e837de7377.tar.gz
kvmx-b3c368bd5e662d85c89b6ad7698480e837de7377.tar.bz2
Renames inception script to infection
Diffstat (limited to 'share')
-rwxr-xr-xshare/provision/development8
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