Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu20 #1

Merged
merged 21 commits into from
Nov 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This will have three general conceptual areas for any system:
* Graphical Tools like Editors, IDEs, and fun stuff (Spotify, Slack)


## **Environemnts**
## **Environments**

For now only targeting:

Expand All @@ -18,10 +18,16 @@ For now only targeting:
* Windows 10
* Windows 7, 8.1, 10 with Virtualbox + MYS2
* Linux:
* Ubuntu 16.04 Xenial Xerus
* [Ubuntu 20.04.1 Focal Fossa](ubuntu/README.md)


## **Notes**
## **Deprecated**

These are for earlier distros or operating system releases.

* Linux:
* [Ubuntu 16.04 Xenial Xerus](deprecated/ubuntu16.md)


### **Future**

Expand Down
2 changes: 1 addition & 1 deletion ubuntu.md → deprecated/ubuntu16.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ puppet_versions

* **Updated:** 2018年4月12日

The [ChefDK](https://downloads.chef.io/chefdk) bundles several tools used with Chef, so that they do not have to be installed invidually. It comes with its own embedded Ruby.
The [ChefDK](https://downloads.chef.io/chefdk) bundles several tools used with Chef, so that they do not have to be installed individually. It comes with its own embedded Ruby.

```bash
# Chef DK
Expand Down
Loading