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