-
Notifications
You must be signed in to change notification settings - Fork 0
Alternative Update System: APT #32
Copy link
Copy link
Open
Description
Need:
- custom APT repository
How it will works:
- each platform will deployed to apt repository with id for example consulo depends to platform, without java?(sure?)
- each plugin will deployed to apt repository with id consulo-plugin-PLUGIN_ID independent to platform
- Depends section required
Install will be like
apt install consulo
; and plugins
apt install consulo-plugin-com.intellij.git
Update all will be like
apt update "consulo*"
Inside Consulo platform
- Plugins list must be called from apt?
- Plugin installer must call apt
- How load plugin list?
- How use plugin advertiser?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels