fiftydinar
BBlueBuild
•Created by Pan on 2/19/2025 in #questions
Preinstall appimage
Also, it's better to put AppImage in
/usr/libexec/linphone/linphone.AppImage
, so it has a dedicated folder in libexec.
Also chmod +x
it, so it's executable.
Full snippet with suggested improvements:
"curl https://download.linphone.org/releases/linux/app/Linphone-5.2.6.AppImage > /usr/libexec/linphone/linphone.AppImage && chmod +x /usr/libexec/linphone/linphone.AppImage"
20 replies
BBlueBuild
•Created by Pan on 2/19/2025 in #questions
Preinstall appimage
Check it with https://www.yamllint.com/
20 replies
BBlueBuild
•Created by Pan on 2/19/2025 in #questions
Preinstall appimage
there is no whitespace between
type:
& source:
& curl snippet isn't 2 whitespaces after snippets:
20 replies
BBlueBuild
•Created by Pan on 2/19/2025 in #questions
Preinstall appimage
yaml indentation looks incorrect here
20 replies
BBlueBuild
•Created by Jonathon on 2/16/2025 in #questions
Do I Include base packages in recipe such as ffmpeg and distrobox or are they installed by default?
Yes, because toolbx system is separated from the OS
so you just need to add negativo to toolbx manually
9 replies
BBlueBuild
•Created by amel on 2/14/2025 in #questions
Changing image base from Ublue images to vanilla Silverblue - what is the best approach?
If you don't want to bother fixing the issue & can easily migrate to the new image, you can also make a new repo & start again
13 replies