From 8f6489c3c75b2899f0dd71db6796d723274cc50d Mon Sep 17 00:00:00 2001 From: Mikhail Milikhin Date: Sat, 10 Feb 2024 23:55:15 +0600 Subject: [PATCH] [ut] fix nodejs installation in libertine container --- .../py-backend/build_utils/shell_scripts/01-setup-ppas.sh | 6 +++++- ubports-seabass/po/seabass2.mikhael.pot | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/generic/py-backend/build_utils/shell_scripts/01-setup-ppas.sh b/generic/py-backend/build_utils/shell_scripts/01-setup-ppas.sh index 511f92a..8fc3408 100644 --- a/generic/py-backend/build_utils/shell_scripts/01-setup-ppas.sh +++ b/generic/py-backend/build_utils/shell_scripts/01-setup-ppas.sh @@ -1,4 +1,8 @@ -curl -fsSL https://deb.nodesource.com/setup_20.x | bash +mkdir -p /etc/apt/keyrings +# Download the new repository's GPG key and save it in the keyring directory +wget -O - -o /dev/null https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg +# Add the new repository's source list with its GPG key for package verification +echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" >> /etc/apt/sources.list.d/nodesource.list apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 26B6105E1107D11E244625C4CD2E95CE2F98D3F7 echo deb https://ppa.launchpadcontent.net/bhdouglass/clickable/ubuntu focal main > /etc/apt/sources.list.d/clickable.list diff --git a/ubports-seabass/po/seabass2.mikhael.pot b/ubports-seabass/po/seabass2.mikhael.pot index 9fc8ebb..3049643 100644 --- a/ubports-seabass/po/seabass2.mikhael.pot +++ b/ubports-seabass/po/seabass2.mikhael.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seabass2.mikhael\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-10 11:39+0000\n" +"POT-Creation-Date: 2024-02-10 16:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"