Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt install --no-install-recommends --assume-yes \
gettext \
man-db \
psmisc \
procps \
nano \
tree \
bsdmainutils \
Expand Down
4 changes: 2 additions & 2 deletions missions/intermediate/04_bg_xeyes/i18n/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ msgstr "Have you run the 'xeyes' command directly?"

#, sh-format
msgid "The command 'ps' is required for mission $MISSION_NAME.\n"
"(Debian / Ubuntu: install package 'psproc')"
"(Debian / Ubuntu: install package 'procps')"
msgstr "The command 'ps' is required for mission $MISSION_NAME.\n"
"(Debian / Ubuntu: install package 'psproc')"
"(Debian / Ubuntu: install package 'procps')"

#, sh-format
msgid "The command 'xeyes' is required for mission $MISSION_NAME.\n"
Expand Down
4 changes: 2 additions & 2 deletions missions/intermediate/04_bg_xeyes/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ msgstr "Avez vous lancé la commande 'xeyes' directement."

#, sh-format
msgid "The command 'ps' is required for mission $MISSION_NAME.\n"
"(Debian / Ubuntu: install package 'psproc')"
"(Debian / Ubuntu: install package 'procps')"
msgstr "La commande 'ps' est nécessaire pour la mission $MISSION_NAME.\n"
"(Debian / Ubuntu : installez le paquet 'ps-proc')"
"(Debian / Ubuntu : installez le paquet 'procps')"

#, sh-format
msgid "The command 'xeyes' is required for mission $MISSION_NAME.\n"
Expand Down
2 changes: 1 addition & 1 deletion missions/intermediate/04_bg_xeyes/i18n/template.pot
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ msgstr ""

#, sh-format
msgid "The command 'ps' is required for mission $MISSION_NAME.\n"
"(Debian / Ubuntu: install package 'psproc')"
"(Debian / Ubuntu: install package 'procps')"
msgstr ""

#, sh-format
Expand Down
2 changes: 1 addition & 1 deletion missions/intermediate/04_bg_xeyes/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ elif ! command -v xeyes >/dev/null; then
false
elif ! command -v ps >/dev/null; then
echo "$(eval_gettext "The command 'ps' is required for mission \$MISSION_NAME.
(Debian / Ubuntu: install package 'psproc')")" >&2
(Debian / Ubuntu: install package 'procps')")" >&2
false
else
true
Expand Down
2 changes: 1 addition & 1 deletion missions/processes/00_shared/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _mission_init() (
elif ! command -v ps >/dev/null
then
echo "$(eval_gettext "The command 'ps' is required for mission \$MISSION_NAME.
(Debian / Ubuntu: install package 'psproc')")"
(Debian / Ubuntu: install package 'procps')")"
return 1
fi
return 0
Expand Down
4 changes: 2 additions & 2 deletions missions/processes/01_ps_kill/i18n/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ msgstr "Process names should be equal to the corresponding filename for mission

#, sh-format
msgid "The command 'ps' is required for mission $MISSION_NAME.\n"
"(Debian / Ubuntu: install package 'psproc')"
"(Debian / Ubuntu: install package 'procps')"
msgstr "The command 'ps' is required for mission $MISSION_NAME.\n"
"(Debian / Ubuntu: install package 'psproc')"
"(Debian / Ubuntu: install package 'procps')"

msgid "The spell is still running!"
msgstr "The spell is still running!"
Expand Down
4 changes: 2 additions & 2 deletions missions/processes/01_ps_kill/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ msgstr "Les nom des processus doivent être égaux au nom du fichier correspond

#, sh-format
msgid "The command 'ps' is required for mission $MISSION_NAME.\n"
"(Debian / Ubuntu: install package 'psproc')"
"(Debian / Ubuntu: install package 'procps')"
msgstr "La command 'ps' est nécessaire pour la mission $MISSION_NAME.\n"
"(Debian / Ubuntu : installez le paquet 'psproc')"
"(Debian / Ubuntu : installez le paquet 'procps')"

msgid "The spell is still running!"
msgstr "Le sortilège est toujours en fonctionnement !"
Expand Down
2 changes: 1 addition & 1 deletion missions/processes/01_ps_kill/i18n/template.pot
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ msgstr ""

#, sh-format
msgid "The command 'ps' is required for mission $MISSION_NAME.\n"
"(Debian / Ubuntu: install package 'psproc')"
"(Debian / Ubuntu: install package 'procps')"
msgstr ""

msgid "The spell is still running!"
Expand Down