mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 18:58:17 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/linux/steamos-devmode
Normal file
22
tldr/linux/steamos-devmode
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# steamos-devmode
|
||||
|
||||
> Enable SteamOS developer mode.
|
||||
> Note: Developer mode disables read-only protections and initializes the package manager.
|
||||
> More information: <https://gitlab.com/users/evlaV/projects>.
|
||||
|
||||
- Enable developer mode:
|
||||
|
||||
`sudo steamos-devmode enable`
|
||||
|
||||
- Enable developer mode without confirmation prompt:
|
||||
|
||||
`sudo steamos-devmode enable --no-prompt`
|
||||
|
||||
- Check if developer mode is currently enabled:
|
||||
|
||||
`sudo steamos-devmode status`
|
||||
Reference in New Issue
Block a user