Edit script
This commit is contained in:
parent
aef65d1bc9
commit
1b6b53635b
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [ "$USER" -e "etu"] then
|
if [ "$USER" -e "etu" ]; then
|
||||||
echo "Please run this script with user `etu` instead."
|
echo "Please run this script with user `etu` instead."
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
@ -29,4 +29,5 @@ sudo cp tp/vim/vimrc.bepo /home/etu/.vimrc.bepo
|
|||||||
sudo chown etu:etu /home/etu/.vimrc*
|
sudo chown etu:etu /home/etu/.vimrc*
|
||||||
|
|
||||||
echo "End for installation, lets begin your work!"
|
echo "End for installation, lets begin your work!"
|
||||||
|
echo "run `source ~/.bashrc`"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user