-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
For now binup focuses on single binary apps. Because of this restriction I can't install deb pack in my system... So let's make a change... My idea. If binup met .deb or another well-known pack container, binup will start default shell with corresponding code. For example,
./binup --verbose install --project rustdesk/rustdesk
in Debian should download rustdesk-1.4.3-x86_64.deb and then call
sh -c 'sudo dpkg --install "rustdesk-1.4.3-x86_64.deb"'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels