Skip to content

Commit

Permalink
Updated plugin for debian bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Lumetsberger authored and romanlum committed Apr 4, 2024
1 parent 344962a commit e5d554b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
uses: bruceadams/get-release@v1.2.2
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Install php dependencies
uses: php-actions/composer@v6
id: composer
with:
working_dir: "webfrontend/htmlauth/include"
- name: Update plugin.cfg file
env:
VERSION: ${{ steps.get_release.outputs.tag_name }}
Expand Down
2 changes: 2 additions & 0 deletions dpkg/apt12
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
php-yaml
g++
1 change: 1 addition & 0 deletions postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ echo "<INFO> Plugin CONFIG folder is: $PCONFIG"
echo "<INFO> Plugin SBIN folder is: $PSBIN"
echo "<INFO> Plugin BIN folder is: $PBIN"


# Exit with Status 0
exit 0
5 changes: 5 additions & 0 deletions webfrontend/htmlauth/include/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require": {
"twig/twig": "3.5.1"
}
}

0 comments on commit e5d554b

Please sign in to comment.