mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-11-22 23:29:18 +03:00
fix: correctly download pkg2appimage (#1577)
This commit is contained in:
parent
0810ba2404
commit
8dcc87596b
@ -15,7 +15,7 @@ if [[ "${VSCODE_ARCH}" == "x64" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
wget -c "${APPIMAGE_URL}" -o pkg2appimage.AppImage
|
||||
wget -c "${APPIMAGE_URL}" -O pkg2appimage.AppImage
|
||||
|
||||
chmod +x ./pkg2appimage.AppImage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user