diff --git a/package_linux_bin.sh b/package_linux_bin.sh index fb31285..58fb8e3 100755 --- a/package_linux_bin.sh +++ b/package_linux_bin.sh @@ -9,6 +9,8 @@ fi tar -xzf ./vscode.tar.gz +chown -R root:root vscode + ls -la cd vscode || { echo "'vscode' dir not found"; exit 1; } @@ -19,7 +21,6 @@ export VSCODE_SYSROOT_PREFIX='-glibc-2.17' ls -la .git git clean -xfd . -yarn cache clean for i in {1..5}; do # try 5 times yarn --cwd build --frozen-lockfile --check-files && break diff --git a/package_linux_reh.sh b/package_linux_reh.sh index 6c2fb30..0adb3b5 100755 --- a/package_linux_reh.sh +++ b/package_linux_reh.sh @@ -9,6 +9,8 @@ fi tar -xzf ./vscode.tar.gz +chown -R root:root vscode + cd vscode || { echo "'vscode' dir not found"; exit 1; } export VSCODE_PLATFORM='linux'