Skip to content

Commit

Permalink
Fix sources.list entry in deploying Bacularis on DEB-based systems
Browse files Browse the repository at this point in the history
This bug has been reported by @sitemapxml in bacularis-app repository:

bacularis/bacularis-app#65
  • Loading branch information
ganiuszka committed Nov 3, 2024
1 parent ddd2b3c commit 6e66609
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Web/Modules/DeployAPIHost.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ private function getRPMRepositoryEntry($name, $entry, $key, $repo_auth)
private function getDEBRepositoryEntry($name, $entry, $key)
{
return "deb [signed-by=$key] $entry
deb-src [signed-by=$key] $entry
";
}

Expand Down

0 comments on commit 6e66609

Please sign in to comment.