Skip to content

Commit

Permalink
[ut] fix nodejs installation in libertine container
Browse files Browse the repository at this point in the history
  • Loading branch information
milikhin committed Feb 11, 2024
1 parent 4eb1dbd commit 8f6489c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ubports-seabass/po/seabass2.mikhael.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down

0 comments on commit 8f6489c

Please sign in to comment.