summarylogtreecommitdiffstats
path: root/obs-studio-tytan652.sh
diff options
context:
space:
mode:
Diffstat (limited to 'obs-studio-tytan652.sh')
-rwxr-xr-xobs-studio-tytan652.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/obs-studio-tytan652.sh b/obs-studio-tytan652.sh
new file mode 100755
index 000000000000..f972109dfbd1
--- /dev/null
+++ b/obs-studio-tytan652.sh
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+msg() {
+ALL_OFF="\\e[1;0m"
+BOLD="\\e[1;1m"
+GREEN="${BOLD}\\e[1;32m"
+local mesg=$1; shift
+printf "${GREEN}==>${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}" "$@" >&2
+}
+
+echo
+msg "Warning:
+ -> obs-studio-tytan652 does not support Manjaro
+ -> officially.
+ -> Some dependency version checks are disabled to
+ -> allow the package to be built on it.
+ -> So the package may require to be rebuilt if some
+ -> dependency packages are updated. If not the
+ -> package could not work correctly.
+"