mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-11-23 16:37:26 +03:00
9 lines
128 B
Bash
9 lines
128 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -rf VSCode*
|
||
|
rm -rf vscode
|
||
|
|
||
|
./get_repo.sh
|
||
|
|
||
|
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=linux VSCODE_ARCH=x64 ./build.sh
|