comment downloads
This commit is contained in:
@@ -132,13 +132,14 @@ fb_installer_download() {
|
|||||||
|
|
||||||
# clone setup repo
|
# clone setup repo
|
||||||
echo "Cloning git 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 latest freemint
|
||||||
# download bootable mint build and decompress it
|
# download bootable mint build and decompress it
|
||||||
wget https://tho-otto.de/snapshots/freemint/bootable/freemint-latest-col-firebee.zip &>/dev/null
|
echo "Downloadin FireBee Setup"
|
||||||
unzip -d freemint freemint-latest-col-firebee.zip &>/dev/null
|
# wget https://tho-otto.de/snapshots/freemint/bootable/freemint-latest-col-firebee.zip &>/dev/null
|
||||||
rm 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
|
# and will not packed when the arguments
|
||||||
# are omitted
|
# are omitted
|
||||||
echo "none"
|
echo "none"
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fb_installer_usage
|
fb_installer_usage
|
||||||
|
|||||||
Reference in New Issue
Block a user