remove useless comment

BodgeMaster-unfinished
BodgeMaster 2022-06-27 11:47:20 +02:00
parent b0bd027898
commit 9ed38acfd1
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
# version 3 along with this program.
# If not, see https://www.gnu.org/licenses/agpl-3.0.en.html
# figure out if using wget or curl
echo -n "Wget or curl? "
if command -v wget >/dev/null 2>&1; then
USE_WGET=yes