You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2021. It is now read-only.
The line 'Once you have modified the script, you can run sh install.sh. '
Should really be separated into a line and a command (in a black box) just for clarity of layout
sh install.sh 2>&1 | tee -a /home/baruwa-install.log
Would be an excellent advisory and very helpful in finding and resolving issues in the final build
(unless there is a better way to log all output of the script.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
2 parts
The line 'Once you have modified the script, you can run sh install.sh. '
Should really be separated into a line and a command (in a black box) just for clarity of layout
sh install.sh 2>&1 | tee -a /home/baruwa-install.log
Would be an excellent advisory and very helpful in finding and resolving issues in the final build
(unless there is a better way to log all output of the script.)
The text was updated successfully, but these errors were encountered: