summaryrefslogtreecommitdiff
path: root/paradox-launcher
blob: 186a3d816c508d2eeeae843bada1d24a2e1d2989 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

DIR="${HOME}/.paradox-launcher"
if [ ! -d "$DIR" ]; then
    mkdir -p "$DIR"
    cp /opt/paradox-launcher/* "$DIR" -R
    chmod +x "$DIR"/data/bootstrapper/bootstrapper.sh
fi

cd "$DIR"
"$DIR"/data/bootstrapper/bootstrapper.sh