Aayush Sahu

Results 17 comments of Aayush Sahu

Hey! I use linux. I'll try this out.

Though, I'm not sure whether we should really use `.deb` extension. We should use both ig, since `.deb` will only support debian based distros. Maybe we can publish `.deb` installer,...

![image](https://user-images.githubusercontent.com/54525741/176934948-e0a83e21-6b3a-4184-99c5-811713a1803c.png) Got this error(truncated).

> in regards to the error - seem to me like some local permissions issue no? Maybe. I'll look into this, and let you know whether it's an error on...

@derberg Not really. I was able to bypass the previous permission error by using a docker to build the package inside a container. But I got another error. ![Screenshot from...

@derberg Ok, I was able to get the package. Had to install some additional packages related to apt package manager. The `pack:linux` command outputs the following file: ![image](https://user-images.githubusercontent.com/54525741/180138051-0d5820d1-029e-4347-93e0-e7a6f816cf20.png) Ran `dpkg...

> you ok to take it forward and extend release pipeline as I described in the PR? Sure. :rocket:

~~Created a draft PR for now. Have to make the tests better, and refactor some things.~~ Done :D

@derberg Some things remain/todo: - First, we need to verify that the CI actually works. When I tryed installing the package locally, some additional packages were needed. So, we need...

@derberg Added installation instruction for tar files. Let me know what you think.