wolveix / plexus

A suite of tools to help manage your media collection.
https://plexus.wolveix.com
GNU General Public License v3.0
95 stars 11 forks source link

Arch support in install.sh #26

Closed igoro00 closed 4 years ago

igoro00 commented 4 years ago

Your install script doesnt support Arch(also its not in this repo so i cant really add it for you) and its derivatives.

You can add something like this inside case $distro in '"Manjaro Linux"' | '"Arch Linux"' | '"ArcoLinuxD"') printf "\\n\\e[36mInstalling any missing dependencies...\\n\\e[94m" pacman -Syu pacman -S curl ffmpeg rsync ;;

I didn't test the install for Arco Linux but I'm pretty sure it's gonna work fiiiinneee... xd

wolveix commented 4 years ago

Hey :) All files relative to this project are in this repo, you can find the installer script at docs/install.sh.

Feel free to submit a PR with those changes, or I can make them myself.

Thanks!

igoro00 commented 4 years ago

oh, that location is a bit confusing :) I can submit PR rn

wolveix commented 4 years ago

Sweet, I'll review it once you've submitted it. docs is a standard location for GitHub Pages.

wolveix commented 4 years ago

Merged, thanks!