comment downloads

This commit is contained in:
ragnar
2025-04-20 21:58:53 +02:00
parent 6c1bb7f435
commit 9b39229a7b

View File

@@ -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