File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
generic/py-backend/build_utils/shell_scripts Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
2
6
3
7
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 26B6105E1107D11E244625C4CD2E95CE2F98D3F7
4
8
echo deb https://ppa.launchpadcontent.net/bhdouglass/clickable/ubuntu focal main > /etc/apt/sources.list.d/clickable.list
Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : seabass2.mikhael\n "
10
10
"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 "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
You can’t perform that action at this time.
0 commit comments