install.sh: correct typo in variable definition
This commit is contained in:
parent
b8fff0ab5a
commit
d794c6d1ec
@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
run_directory=$(dirname "$0")
|
||||
$user=$(whoami)
|
||||
user=$(whoami)
|
||||
|
||||
echo "Copying bashrc-mine to home directory..."
|
||||
echo "Copying bashrc-mine to extensions directory..."
|
||||
cp $run_directory/bashrc-mine /home/$user/.bashrc.d/
|
||||
|
||||
echo "Finished install. Exiting..."
|
||||
|
Loading…
Reference in New Issue
Block a user