-
Notifications
You must be signed in to change notification settings - Fork 83
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
Update Installation-for-Linux #878
Conversation
1. Go to where you downloaded the installer and either double-click on it, or use the command line: `sudo apt install ./{{ site.download_file_names.deb-gui }}` for armhf: `sudo apt install ./{{ site.download_file_names.deb-gui-armhf }}` for arm64: `sudo apt install ./{{ site.download_file_names.deb-gui-arm64 }}` | ||
1. Go to where you downloaded the installer and either double-click on it, or use the command line: | ||
|
||
`sudo apt install ./{{ site.download_file_names.deb-gui }}` (or for Raspberry Pi etc. as above) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or for what? Is this saying the Pi file differs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, they are for different architectures. BTW you really need to be looking at this stuff rendered locally because literally only the text is being shown here in GH so you're missing chunks of info.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe as first setup, yes. You‘ll need to run the po4a create all targets (?) or update templates (?) scripts to generate the translation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_po4a-tools/po4a-create-all-targets.sh
will create the translations.
Co-authored-by: John Dempsey <1750243+mcfnord@users.noreply.github.com>
While re-configuring the Server admin docs, I noticed we're making a bit of a distracting big deal about ARM on this page, which also made the installation command line hard to read.
So I've de-emphasised the ARM stuff because it's probably a (tiny) minority for Client installs, and I think anyone running that will know about Linux CLI, while not everyone dealing with Ubuntu headless will. So this is aimed at both simplifying and standardising the install instructions for both the Client and Server pages.
Also added a line about Server installs, just in case potential headless Server admins get confused about this page (that is, don't realise we have a separate installer for headless).
Does this need translation?
YES
Checklist