Skip to content
#

launchpad

Here are 122 public repositories matching this topic...

hypescript
hypescript commented Jun 30, 2019

Using sudo tee instead of output redirect will let you to run the whole sequence of actions as an unprivileged user (with sudo, naturally). I.e. instead of

echo 'deb https://rpardini.github.io/adoptopenjdk-deb-installer stable main' > /etc/apt/sources.list.d/rpardini-aoj.list 

use

echo 'deb https://rpardini.github.io/adoptopenjdk-deb-installer stable main' | sudo tee /etc/apt/s

Improve this page

Add a description, image, and links to the launchpad topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the launchpad topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.