forked from CringeStudios/element-desktop
This commit is contained in:
parent
b272e50a67
commit
2a89cdf443
@ -9,11 +9,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: >
|
run: >
|
||||||
apt update && apt install -y curl wget &&
|
apt update && apt install -y curl wget gpg &&
|
||||||
sudo mkdir -p /etc/apt/keyrings &&
|
mkdir -p /etc/apt/keyrings &&
|
||||||
(curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg) &&
|
(curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg) &&
|
||||||
(echo 'deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main' | tee /etc/apt/sources.list.d/nodesource.list) &&
|
(echo 'deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main' | tee /etc/apt/sources.list.d/nodesource.list) &&
|
||||||
apt update && apt install -y npm && npm install -g yarn
|
apt update && apt install -y nodejs && npm install -g yarn
|
||||||
|
|
||||||
- name: Download Cringe Studios configuration
|
- name: Download Cringe Studios configuration
|
||||||
run: "mkdir cringe && wget -O cringe/config.json https://chat.cringe-studios.com/config.json"
|
run: "mkdir cringe && wget -O cringe/config.json https://chat.cringe-studios.com/config.json"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user