Skip to content

Commit 6528a75

Browse files
authored
Update atp-get_install_inn2.yaml
1 parent f2d9b23 commit 6528a75

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/atp-get_install_inn2.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
- run: |
17+
echo "domain: localhost.localdomain" > inn.conf
18+
sudo mkdir /etc/news
19+
sudo mv inn.conf /etc/news/
20+
cat /etc/news/inn.conf
1621
- run: |
1722
sudo apt-get update -qq
1823
sudo apt-get install --yes inn2

0 commit comments

Comments
 (0)