[.build.yml] fix directories
This commit is contained in:
parent
ff15f9ef61
commit
36a483afb8
@ -10,8 +10,9 @@ tasks:
|
|||||||
shellcheck hyperterm/hyperterm/hyperterm.sh
|
shellcheck hyperterm/hyperterm/hyperterm.sh
|
||||||
shellcheck hyperterm/hyperterm/_custom.sh
|
shellcheck hyperterm/hyperterm/_custom.sh
|
||||||
- build: |
|
- build: |
|
||||||
shellcheck hyperterm/build.sh
|
cd hyperterm
|
||||||
bash -x hyperterm/build.sh
|
shellcheck build.sh
|
||||||
|
bash -x build.sh
|
||||||
- core: |
|
- core: |
|
||||||
shellcheck hyperterm/hyperterm/core/autocomplete.sh
|
shellcheck hyperterm/hyperterm/core/autocomplete.sh
|
||||||
shellcheck hyperterm/hyperterm/core/colors.sh
|
shellcheck hyperterm/hyperterm/core/colors.sh
|
||||||
@ -46,7 +47,7 @@ tasks:
|
|||||||
bash -x hyperterm/uninstall.sh -s
|
bash -x hyperterm/uninstall.sh -s
|
||||||
- shasums: |
|
- shasums: |
|
||||||
cd hyperterm
|
cd hyperterm
|
||||||
cp -rv /hyperterm/ "$HOME/.hyperterm/"
|
cp -rv ./hyperterm/ "$HOME/.hyperterm/"
|
||||||
cp -v .bash* "$HOME"
|
cp -v .bash* "$HOME"
|
||||||
cp -v ./hyperterm/_custom.sh "$HOME"
|
cp -v ./hyperterm/_custom.sh "$HOME"
|
||||||
rm -rfv hyperterm/
|
rm -rfv hyperterm/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user