forked from CringeStudios/element-desktop
This commit is contained in:
parent
8d9343e54d
commit
14c0db5565
@ -8,7 +8,11 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: "apt update && apt install -y npm wget && npm install -g yarn"
|
||||
run: >
|
||||
sudo mkdir -p /etc/apt/keyrings &&
|
||||
(curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo 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) &&
|
||||
apt update && apt install -y npm wget && npm install -g yarn
|
||||
|
||||
- name: Download Cringe Studios configuration
|
||||
run: "mkdir cringe && wget -O cringe/config.json https://chat.cringe-studios.com/config.json"
|
||||
|
Loading…
x
Reference in New Issue
Block a user