Update install script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
fc523bedad
commit
239cfafd46
1 changed files with 2 additions and 6 deletions
4
install
4
install
|
@ -264,12 +264,8 @@ fi
|
|||
|
||||
print_section "Setup tasks directory"
|
||||
if [ ! -d "${HOME}/tasks" ]; then
|
||||
if [ "${IS_WORK}" = "1" ]; then
|
||||
mkdir "${HOME}/tasks"
|
||||
else
|
||||
git clone gl:tasks "${HOME}/tasks"
|
||||
print_log "Created tasks directory"
|
||||
fi
|
||||
else
|
||||
print_log "Tasks directory already exists"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue