Change directories to lower case
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
4645e18f64
commit
ee60d3cb64
9 changed files with 57 additions and 43 deletions
10
post-install
10
post-install
|
@ -36,9 +36,15 @@ RUST_COMPONENTS=(
|
|||
# Main code
|
||||
#######################################
|
||||
print_section "Setup notes directory"
|
||||
if [ ! -d "${HOME}/Notes" ]
|
||||
if [ ! -d "${HOME}/notes" ]
|
||||
then
|
||||
git clone gl:notes "${HOME}/Notes"
|
||||
git clone gl:notes "${HOME}/notes"
|
||||
fi
|
||||
|
||||
print_section "Setup tasks directory"
|
||||
if [ ! -d "${HOME}/tasks" ]
|
||||
then
|
||||
git clone gl:tasks "${HOME}/tasks"
|
||||
fi
|
||||
|
||||
print_section "Installing global npm packages"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue