Move R path to install_dependencies
This commit is contained in:
@@ -517,9 +517,9 @@ interactive_header() {
|
||||
for ((c=1; c<2; c++)); do # safe loop that only runs once
|
||||
cat <<-EOF
|
||||
${underline}Enter project number(s) to analyze${nounderline}
|
||||
* <Enter> for the latest project
|
||||
* A comma-separated list of project numbers: 2,5,12
|
||||
* 0 to add a new project
|
||||
* <Enter> for the latest project
|
||||
* A comma-separated list of project numbers: 2,5,12
|
||||
* 0 to add a new project
|
||||
EOF
|
||||
((YES)) || read -r -p "($num): " response
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user