Skip to content

Commit e5287d8

Browse files
install a specific version of unity hub
1 parent 8e30870 commit e5287d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/unity-hub.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ wget -qO - https://hub.unity3d.com/linux/keys/public | gpg --dearmor | tee /usr/
412412
echo "deb [signed-by=/usr/share/keyrings/Unity_Technologies_ApS.gpg] https://hub.unity3d.com/linux/repos/deb stable main" > /etc/apt/sources.list.d/unityhub.list
413413
echo "deb https://archive.ubuntu.com/ubuntu jammy main universe" | tee /etc/apt/sources.list.d/jammy.list
414414
sudo apt-get update --allow-releaseinfo-change
415-
apt-get install -y --no-install-recommends unityhub ffmpeg libgtk2.0-0 libglu1-mesa libgconf-2-4 libncurses5
415+
apt-get install -y --no-install-recommends unityhub=3.14.3 ffmpeg libgtk2.0-0 libglu1-mesa libgconf-2-4 libncurses5
416416
apt-get clean
417417
sed -i 's/^\\(.*DISPLAY=:.*XAUTHORITY=.*\\)\\( "\\$@" \\)2>&1$/\\1\\2/' /usr/bin/xvfb-run
418418
printf '#!/bin/bash\nxvfb-run --auto-servernum /opt/unityhub/unityhub "$@" 2>/dev/null' | tee /usr/bin/unity-hub >/dev/null

0 commit comments

Comments
 (0)