Fix issues (2nd try)
This commit is contained in:
parent
9270910c58
commit
be7331e140
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function link() {
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
# create directories
|
# create directories
|
||||||
mkdir -p "${HOME}/.config" "${HOME}/.local/share/mc/skins"
|
mkdir -p "${HOME}/.config" "${HOME}/.local/share/mc/skins" "${HOME}/.local/bin"
|
||||||
|
|
||||||
# jobrunner
|
# jobrunner
|
||||||
link "jobrunner/daemon.sh" ".local/bin/jobrunner"
|
link "jobrunner/daemon.sh" ".local/bin/jobrunner"
|
||||||
|
|
Loading…
Reference in a new issue