Skip to content

Commit 8f6489c

Browse files
committed
[ut] fix nodejs installation in libertine container
1 parent 4eb1dbd commit 8f6489c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

generic/py-backend/build_utils/shell_scripts/01-setup-ppas.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
curl -fsSL https://deb.nodesource.com/setup_20.x | bash
1+
mkdir -p /etc/apt/keyrings
2+
# Download the new repository's GPG key and save it in the keyring directory
3+
wget -O - -o /dev/null https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
4+
# Add the new repository's source list with its GPG key for package verification
5+
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
26

37
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 26B6105E1107D11E244625C4CD2E95CE2F98D3F7
48
echo deb https://ppa.launchpadcontent.net/bhdouglass/clickable/ubuntu focal main > /etc/apt/sources.list.d/clickable.list

ubports-seabass/po/seabass2.mikhael.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: seabass2.mikhael\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-02-10 11:39+0000\n"
11+
"POT-Creation-Date: 2024-02-10 16:48+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

0 commit comments

Comments
 (0)