Fix shell history and Fedora R

This commit is contained in:
MangoPig
2026-06-03 18:40:05 +01:00
parent 671c948153
commit 52a41fae61
2 changed files with 34 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ elif is_fedora_family; then
echo -e "${BLUE} LOG:${YELLOW} Fedora detected. Using system R...${NC}"
install_status=0
install_packages R-core gcc-gfortran curl tar || install_status=$?
install_packages R-core R-core-devel gcc-gfortran curl tar || install_status=$?
if [ "$install_status" -eq 42 ]; then
exit 0
elif [ "$install_status" -ne 0 ]; then