Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Dec 17, 2024
1 parent 3eb2de8 commit 9a442e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/scripts/linuxdeployqt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ if [[ -z "$1" ]]; then
RELEASE_VER=${RELEASE_VER: -3}
fi

sudo apt update
sudo apt install libfuse2

wget -c -nv "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage"
wget -c -nv "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage"
chmod a+x linuxdeploy-*.AppImage
Expand Down

0 comments on commit 9a442e5

Please sign in to comment.