From 1b7270b40b65ef089bf40a14065227f742b8507e Mon Sep 17 00:00:00 2001 From: vnugent Date: Tue, 14 May 2024 21:52:03 -0400 Subject: chore: make container slightly easier to setup --- ci/plugins.taskfile.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'ci/plugins.taskfile.yaml') diff --git a/ci/plugins.taskfile.yaml b/ci/plugins.taskfile.yaml index df930db..7cb508c 100644 --- a/ci/plugins.taskfile.yaml +++ b/ci/plugins.taskfile.yaml @@ -26,13 +26,14 @@ tasks: - install-argon2-lib - install-compression - install-sqlite + - install-router + - install-accounts + - install-sessions + - install-vncache + - install-vncache-sessions + - install-users cmds: - - task: install-accounts - - task: install-router - - task: install-sessions - - task: install-vncache - - task: install-vncache-sessions - - task: install-users + - echo "Installing and configuring plugins and UI" - task: build-bookmarks @@ -157,8 +158,6 @@ tasks: DIR: './lib/vnlib_compress' VERSION: '{{.CORE_VERSION}}' - - cd 'lib/vnlib_compress' && powershell rm package.json - install-argon2-lib: cmds: #install the argon2 binary for Windows @@ -180,7 +179,7 @@ tasks: VERSION: '{{.CORE_VERSION}}' #remove unneeded files - - for: [ man, latex, kats, argon2-specs.pdf, package.json ] + - for: [ man, latex, kats, argon2-specs.pdf ] cmd: powershell -Command "rm ./lib/argon2/{{.ITEM}} -Recurse" ignore_error: true -- cgit