-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to support Debian based servers (#65)
* dinamically use debian or ubuntu depending on the server's OS * be explicit and require sudo to be installed * Update project/{{ cookiecutter.__folder_name }}/devops/README.md Co-authored-by: Steve Piercy <[email protected]> * Update project/{{ cookiecutter.__folder_name }}/devops/README.md --------- Co-authored-by: Steve Piercy <[email protected]>
- Loading branch information
1 parent
314a3e1
commit d6399f4
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ base_packages: | |
- ca-certificates | ||
- acl | ||
- aptitude | ||
- sudo | ||
- curl | ||
- python3-apt | ||
- python3-minimal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters