From 9b39229a7b161be93ec47fa166e1d81b4acc043a Mon Sep 17 00:00:00 2001 From: ragnar Date: Sun, 20 Apr 2025 21:58:53 +0200 Subject: [PATCH] comment downloads --- script/firebee_install_script.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/script/firebee_install_script.sh b/script/firebee_install_script.sh index 7804dd0..ec7cc2a 100644 --- a/script/firebee_install_script.sh +++ b/script/firebee_install_script.sh @@ -132,13 +132,14 @@ fb_installer_download() { # clone setup repo echo "Cloning git repo" - git clone https://codeberg.org/firebee/FireBee_Setup.git &>/dev/null +# git clone https://codeberg.org/firebee/FireBee_Setup.git &>/dev/null # download latest freemint # download bootable mint build and decompress it - wget https://tho-otto.de/snapshots/freemint/bootable/freemint-latest-col-firebee.zip &>/dev/null - unzip -d freemint freemint-latest-col-firebee.zip &>/dev/null - rm freemint-latest-col-firebee.zip &>/dev/null + echo "Downloadin FireBee Setup" +# wget https://tho-otto.de/snapshots/freemint/bootable/freemint-latest-col-firebee.zip &>/dev/null +# unzip -d freemint freemint-latest-col-firebee.zip &>/dev/null +# rm freemint-latest-col-firebee.zip &>/dev/null } @@ -156,6 +157,8 @@ fb_installer_hidden_gems() { # and will not packed when the arguments # are omitted echo "none" + + } fb_installer_usage