mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-19 16:04:58 +01:00
6 lines
54 B
Bash
Executable File
6 lines
54 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
yarn install --pure-lockfile $@
|