feat,docs: prepare initial release
This commit is contained in:
parent
2b2aaede18
commit
f14b54ea20
11 changed files with 188 additions and 100 deletions
|
|
@ -120,7 +120,7 @@ func installBuildEssentials(os *OS, sudoPassword string) error {
|
|||
|
||||
fmt.Printf("Installiere Build Essentials für %s...\n", os.Name)
|
||||
if err := installPackage(command, "", sudoPassword); err != nil {
|
||||
return fmt.Errorf("Fehler bei der Installation der Build Essentials: %v", err)
|
||||
return fmt.Errorf("fehler bei der Installation der Build Essentials: %v", err)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue