Skip to content
Snippets Groups Projects

www: specify that the installation command should be run as normal user

Merged Julian Ospald requested to merge no-root into master
2 files
+ 18
12
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
0
@@ -119,6 +119,7 @@ hr {
margin-right: auto;
padding-top: 1rem;
padding-bottom: 1rem;
padding-right: 1rem;
text-align: center;
border-radius: 3px;
box-shadow: inset 0px 0px 20px 0px #333333;
@@ -160,3 +161,8 @@ hr {
margin-right: auto;
padding: 1em;
}
.ghcup-command:before {
color: #999;
content: " $ ";
}
Loading