mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-03 19:41:22 +03:00
9 lines
168 B
Bash
Executable File
9 lines
168 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# SPDX-FileCopyrightText: 2021 Mikhail Zolotukhin <mail@genda.life>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
set -e
|
|
|
|
apt-get update && apt-get install -y npm
|