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