mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
7 lines
86 B
Bash
Executable file
7 lines
86 B
Bash
Executable file
#!/bin/sh -eu
|
|
|
|
cd "$(dirname "$0")" || exit 1
|
|
|
|
cargo update
|
|
cd vrc-get-gui
|
|
npm update
|