The install script only works on Debian based Linux distros
See original GitHub issueThere is a bash script which installs all of the packages automatically and that is great! But there is one drawback though, it wont work in Arch based distros (Manjaro, ArchLabs, etc). That is because those distros use pacman
instead of apt
to download the packages.
In my opinion, I dont think that it is good idea to have that script unless we add support to other distros as well.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Enable install script to auto-detect distribution and release ...
I've been holding off publishing it since I want Debian to be at a similar state when we launch package based installs. I...
Read more >service script for any linux dist... possible? - Server Fault
I'm developing an app which will be run on linux. It can run on most distributions. Is there any way to create a...
Read more >Top 10 Best Lightweight Linux Distros of 2020 - DigitalOcean
1. Crunchbang++ - Minimal Debian-based Linux Distro ... Crunchbang++ is a minimal Debian-based distro with the Openbox window manager. Its ...
Read more >Chapter 3. Choosing a Debian distribution
There are many different Debian distributions. Choosing the proper Debian distribution is an important decision. This section covers some information useful ...
Read more >How can I tell whether a build is Debian-based?
Check for dash or verify if sh is linked to dash (it should be the default for running scripts); Check the package manager...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think this issue has been solved as #92 is merged to master.
@sdushantha It’s done!