From 1b6b53635b5f5d7f217fcb861bad778f188e3e3c Mon Sep 17 00:00:00 2001 From: louis_royer Date: Tue, 5 Nov 2019 16:17:51 +0100 Subject: [PATCH] Edit script --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 96ef174..98a6e5d 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -if [ "$USER" -e "etu"] then +if [ "$USER" -e "etu" ]; then echo "Please run this script with user `etu` instead." exit fi @@ -29,4 +29,5 @@ sudo cp tp/vim/vimrc.bepo /home/etu/.vimrc.bepo sudo chown etu:etu /home/etu/.vimrc* echo "End for installation, lets begin your work!" +echo "run `source ~/.bashrc`"