From c895f12e7f541c2b98fa7ce36243a7c7d3d2a71a Mon Sep 17 00:00:00 2001 From: Alex Earnshaw Date: Wed, 1 Jan 2020 17:00:17 +0000 Subject: [PATCH] Fix statement about version installed with apt-get (#854) * Fix statement about version installed with apt-get When I use `sudo apt-get install hugo` on Ubuntu this installs the non-extended version, not the extended version as this page states. After installing this way the version I have is: ``` hugo version Hugo Static Site Generator v0.40.1 linux/amd64 BuildDate: 2018-04-25T17:16:11Z ``` * Clarify what gets installed on bionic/disco Added a heads up that what gets installed by apt-get seems to depend on your version. Added specific info for Ubuntu bionic and disco --- content/en/getting-started/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/installing.md b/content/en/getting-started/installing.md index 55c876646..931849e77 100644 --- a/content/en/getting-started/installing.md +++ b/content/en/getting-started/installing.md @@ -461,7 +461,7 @@ Hugo installed via Snap can write only inside the user’s `$HOME` directory---a sudo apt-get install hugo -This installs the "extended" Sass/SCSS version. +What this installs depends on your Debian/Ubuntu version. On Ubuntu bionic (18.04), this installs the non-extended version without Sass/SCSS support. On Ubuntu disco (19.04), this installs the extended version with Sass/SCSS support. This option is not recommended because the Hugo in Linux package managers for Debian and Ubuntu is usually a few versions behind as described [here](https://github.com/gcushen/hugo-academic/issues/703)