Removed component installations.

This commit is contained in:
Achim D. Brucker 2022-07-02 22:31:44 +01:00
parent 45e4a11a74
commit fb8dbfac49
1 changed files with 5 additions and 11 deletions

View File

@ -111,12 +111,6 @@ check_afp_entries() {
fi
}
register(){
echo " - Registering Isabelle/DOF"
$ISABELLE_TOOL components -u "$PWD"
}
while [ $# -gt 0 ]
do
case "$1" in
@ -142,12 +136,12 @@ AFP_DATE="$($ISABELLE_TOOL options -g dof_afp)"
AFP_URL="https://www.isa-afp.org/release/"$AFP_DATE".tar.gz"
echo ""
echo "Isabelle/DOF Installer"
echo "======================"
echo "Isabelle/DOF AFP Installation Utility"
echo "====================================="
check_isabelle_version
check_afp_entries
register
echo "* Installation successful. Enjoy Isabelle/DOF, you can build the session"
echo " Isabelle/DOF and all example documents by executing:"
echo "* AFP Installation successful."
echo " You should now be able to enjoy Isabelle/DOF by building its session"
echo " and all example documents by executing:"
echo " $ISABELLE_TOOL build -D ."
exit 0