33 lines
1.3 KiB
Markdown
33 lines
1.3 KiB
Markdown
# Powercord Plugin/Theme Downloader
|
|
|
|
A package for the [kernel client mod](https://github.com/kernel-mod/) to download plugins and themes from the #plugin-links and #theme-links channels (on the powercord discord server) with a single click. (Compatible with openasar)
|
|
|
|

|
|
|
|
## Prerequisites
|
|
|
|
### [Webpack Package](https://github.com/strencher-kernel/webpack)
|
|
|
|
### [PC-Compat Package](https://github.com/strencher-kernel/pc-compat)
|
|
|
|
To install the prerequisites, you can either [use my package downloader](https://github.com/Henry-Hiles/kernel-package-downloader) or run these:
|
|
|
|
1. `cd <your kernel packages folder>`
|
|
2. `git clone https://github.com/strencher-kernel/webpack`
|
|
3. `git clone https://github.com/strencher-kernel/pc-compat`
|
|
4. `cd pc-compat`
|
|
5. `pnpm i --production`
|
|
|
|
Then restart Discord with `Ctrl+R`
|
|
|
|
## Installation
|
|
|
|
**Before you follow this make sure you have the prerequisites.**
|
|
To install the prerequisites, you can either [use my package downloader](https://github.com/Henry-Hiles/kernel-package-downloader) or run these:
|
|
|
|
1. `cd <your kernel packages folder>`
|
|
2. `git clone https://github.com/Henry-Hiles/kernel-powercord-plugin-downloader`
|
|
|
|
Then restart Discord with `Ctrl+R`
|
|
|
|
Huge thank you to the kernel devs and helper team for making this possible.
|