diff options
Diffstat (limited to 'README.end.e.md')
| -rw-r--r-- | README.end.e.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.end.e.md b/README.end.e.md index 7d01a25..7d6ae22 100644 --- a/README.end.e.md +++ b/README.end.e.md @@ -51,10 +51,10 @@ curl -1sLf \ # That's it. You then can do your normal operations, like -sudo apt-get update +sudo apt update apt-cache policy {{.Name}} -sudo apt-get install -y {{.Name}} +sudo apt install -y {{.Name}} ``` ## Install Source |