Skip to content

Commit

Permalink
make it easier to select the command
Browse files Browse the repository at this point in the history
  • Loading branch information
publicarray committed Apr 20, 2024
1 parent 92fbcf5 commit 3a093ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spk/adguardhome/src/wizard/install_uifile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"items": [{
"desc": "Please <b style=\"color: red\">unselect 'Run after installation'</b>, To run adguard you need to first run the following command via SSH and everytime there is an update"
}, {
"desc": "<code style=\"user-select: text\">setcap 'CAP_NET_BIND_SERVICE=+eip CAP_NET_RAW=+eip' /var/packages/adguardhome/target/bin/adguardhome</code>"
"desc": "<code style=\"user-select: all\">setcap 'CAP_NET_BIND_SERVICE=+eip CAP_NET_RAW=+eip' /var/packages/adguardhome/target/bin/adguardhome</code>"
}]
}]

0 comments on commit 3a093ad

Please sign in to comment.