summaryrefslogtreecommitdiff
path: root/paradox-launcher
diff options
context:
space:
mode:
authorD. Can Celasun <can@dcc.im>2018-06-28 10:00:50 +0200
committerD. Can Celasun <can@dcc.im>2018-06-28 10:00:50 +0200
commit463e2fd868af54fe8c48f00ee7fd044fce45f617 (patch)
treee9e1485cd1d15de4b2b60d3cdc54046ad5332ea8 /paradox-launcher
downloadparadox-launcher-463e2fd868af54fe8c48f00ee7fd044fce45f617.tar.xz
[paradox-launcher] Initial commit
Diffstat (limited to 'paradox-launcher')
-rw-r--r--paradox-launcher11
1 files changed, 11 insertions, 0 deletions
diff --git a/paradox-launcher b/paradox-launcher
new file mode 100644
index 0000000..186a3d8
--- /dev/null
+++ b/paradox-launcher
@@ -0,0 +1,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