Skip to content

Instantly share code, notes, and snippets.

View outlyer-net's full-sized avatar
💭
Toni unfortunately passed away ...:( RIP

Toni Corvera outlyer-net

💭
Toni unfortunately passed away ...:( RIP
View GitHub Profile
@outlyer-net
outlyer-net / unityhub
Created July 3, 2021 16:46
Unity Hub Linux Wrapper
#!/bin/sh
# Point TMPDIR to a directory with enough space since installations need enough space for
# the downloaded file plus the install size
TMPDIR=~/tmp/unity.tmp
UNITYHUB=/usr/local/opt/UnityHub.AppImage
if [ ! -d "$TMPDIR" ]; then
mkdir -p "$TMPDIR"