Edit script

master
Louis Royer 5 years ago
parent aef65d1bc9
commit 1b6b53635b

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

Loading…
Cancel
Save