Skip to content

Commit 79f2674

Browse files
committed
Remove obsolete confirmation.
1 parent 3596187 commit 79f2674

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bin/v-update-sys-hestia-git

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@ if [ -z "$branch" ]; then
102102
exit
103103
fi
104104

105-
# Ask the user for a final confirmation
106-
read -p 'The update to a development branch should only be performed on test systems, as this can lead to instabilities and problems. Continue with the installation? [Y/N]: ' answer
107-
if [ "$answer" != 'y' ] && [ "$answer" != 'Y' ]; then
108-
echo 'Goodbye'
109-
exit 1
110-
fi
111105

112106
# Install needed software
113107
echo "Updating system APT repositories..."

0 commit comments

Comments
 (0)