Edit script

This commit is contained in:
Louis Royer 2019-11-05 16:17:51 +01:00
parent aef65d1bc9
commit 1b6b53635b

View File

@ -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`"