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