Skip to content

Commit

Permalink
Remove wrong code and reboot after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Dec 21, 2023
1 parent d8efea4 commit 4c3b464
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/config_calaos-boot
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,7 @@ then
disk=$(cat "$tmp_file")
;;
*)
color "${GREEN}" "Installing Calaos-OS on $retvalue..."
echo
sleep 2

calaos_install "$retvalue"
disk=""
;;
esac

Expand All @@ -190,6 +186,7 @@ then
sleep 2

calaos_install "$disk"
reboot
;;
esac
;;
Expand Down

0 comments on commit 4c3b464

Please sign in to comment.