aboutsummaryrefslogtreecommitdiff
path: root/locale/pt/LC_MESSAGES/_pastebins/2018-07-13-guix-builder-user-creation-commands.po
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-04 17:38:20 -0300
committernixpkgs-review <nixpkgs-review@example.com>2020-11-04 17:38:31 -0300
commit74e220677ac2cb1bef16d0f62092d56db6f62e1d (patch)
tree584206f01cc1b1a2dffedbffb943d4d7fb601ac2 /locale/pt/LC_MESSAGES/_pastebins/2018-07-13-guix-builder-user-creation-commands.po
parentUpdate mdpo version: 0.2.36 -> 0.2.37 (diff)
downloadeuandre.org-74e220677ac2cb1bef16d0f62092d56db6f62e1d.tar.gz
euandre.org-74e220677ac2cb1bef16d0f62092d56db6f62e1d.tar.xz
Add all code blocks to translation po files
Diffstat (limited to 'locale/pt/LC_MESSAGES/_pastebins/2018-07-13-guix-builder-user-creation-commands.po')
-rw-r--r--locale/pt/LC_MESSAGES/_pastebins/2018-07-13-guix-builder-user-creation-commands.po11
1 files changed, 11 insertions, 0 deletions
diff --git a/locale/pt/LC_MESSAGES/_pastebins/2018-07-13-guix-builder-user-creation-commands.po b/locale/pt/LC_MESSAGES/_pastebins/2018-07-13-guix-builder-user-creation-commands.po
index 47e5d8c..d66c27c 100644
--- a/locale/pt/LC_MESSAGES/_pastebins/2018-07-13-guix-builder-user-creation-commands.po
+++ b/locale/pt/LC_MESSAGES/_pastebins/2018-07-13-guix-builder-user-creation-commands.po
@@ -8,3 +8,14 @@ msgid ""
"layout: pastebin\n"
"lang: en"
msgstr ""
+
+msgid ""
+"groupadd --system guixbuild\n"
+"for i in `seq -w 1 10`;\n"
+"do\n"
+" useradd -g guixbuild -G guixbuild \\\n"
+" -d /var/empty -s `which nologin` \\\n"
+" -c \"Guix build user $i\" --system \\\n"
+" guixbuilder$i;\n"
+"done\n"
+msgstr ""