mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
Typo in build_essential
This commit is contained in:
@@ -12,7 +12,7 @@ define secgen_functions::install_setgid_binary (
|
||||
$strings_to_leak = [''], # Optional: strings to leak (could contain instructions or a message)
|
||||
) {
|
||||
|
||||
ensure_packages(['build-essentials','gcc-multilib'])
|
||||
ensure_packages(['build-essential','gcc-multilib'])
|
||||
|
||||
if $account {
|
||||
$username = $account['username']
|
||||
|
||||
@@ -16,7 +16,7 @@ define secgen_functions::install_setgid_script (
|
||||
$strings_to_leak = [''], # Optional: strings to leak (could contain instructions or a message)
|
||||
) {
|
||||
|
||||
ensure_packages(['build-essentials','gcc-multilib'])
|
||||
ensure_packages(['build-essential','gcc-multilib'])
|
||||
|
||||
if $group and $group[0] {
|
||||
$grp = $group[0]
|
||||
|
||||
Reference in New Issue
Block a user