We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006135c commit b96e98bCopy full SHA for b96e98b
docs/build_guides/build_rocky_linux_9_5.sh
@@ -1,3 +1,11 @@
1
+#!/bin/bash
2
+
3
+#Log stdout and stderr to file
4
+TMP_XSTUDIO_BUILD_TIME=$(date +%Y%m%d%H%M%S)
5
+TMP_XSTUDIO_BUILD_LOG=xstudiobuild-${TMP_XSTUDIO_BUILD_TIME}.log
6
+exec > >(tee -ia ${TMP_XSTUDIO_BUILD_LOG})
7
+exec 2> >(tee -ia ${TMP_XSTUDIO_BUILD_LOG} >&2)
8
9
## Rocky Linux 9.x
10
#[Download](https://rockylinux.org/download "Download")
11
0 commit comments