Giter VIP home page Giter VIP logo

Comments (11)

Botspot avatar Botspot commented on June 4, 2024

The nice thing about Pi-Apps is that it doesn't actually include any source code from any of the apps it installs.
There is no way Pi-Apps could be involved in a lawsuit because it's not actually distributing any apps, but bash scripts that download an app when you click Install.

I am not familiar with VS code, so if someone were to make an app that I could just add, that would be really nice.

from pi-apps.

NoozAbooz avatar NoozAbooz commented on June 4, 2024

from pi-apps.

Botspot avatar Botspot commented on June 4, 2024

Yeah, but, Pi-Apps is better than PiKiss so we should add this regardless. ;)

OK I've tried out the headmelted thing and it seems to work well.
I will also try the stock VS Studio Code and compare differences.

from pi-apps.

ryanbarlow1 avatar ryanbarlow1 commented on June 4, 2024

The nice thing about Pi-Apps is that it doesn't actually include any source code from any of the apps it installs.
There is no way Pi-Apps could be involved in a lawsuit because it's not actually distributing any apps, but bash scripts that download an app when you click Install.

I wasn't meaning that there would be a lawsuit around installing Visual Studio code, I was wondering: Is pi-apps only for installing OSS apps? Because Visual Studio Code isn't open source, although the base repo vscode is.

from pi-apps.

Botspot avatar Botspot commented on June 4, 2024

Oh, I see what you were asking, as the README mentions "open-source software". What I mean is: Pi-Apps is only for software that is not available in the RPi repositories.
So if you can install it with sudo apt install, then it can't be added to Pi-Apps.

Yes, VS Code is eligible to be added. I don't like the headmelted version, so we'll go with Microsoft's release.
As it's a deb file, this should be really easy.

wget https://aka.ms/linux-armhf-deb -O visual-studio.deb
sudo dpkg -i visual-studio.deb
rm visual-studio.deb

And then for uninstall:

sudo apt purge code

from pi-apps.

NoozAbooz avatar NoozAbooz commented on June 4, 2024

Actually, theres a armhf and a arm64 version of VScode. https://code.visualstudio.com/#alt-downloads.
image

from pi-apps.

ryanbarlow1 avatar ryanbarlow1 commented on June 4, 2024

Oh, I see what you were asking, as the README mentions "open-source software". What I mean is: Pi-Apps is only for software that is not available in the RPi repositories.
So if you can install it with sudo apt install, then it can't be added to Pi-Apps.

Ah I see, thanks for clarifying. In that case, would you consider adding the Docker install to Pi-Apps as well, since the recommended method is by script instead of by apt-get? If so I'll open another issue.

from pi-apps.

NoozAbooz avatar NoozAbooz commented on June 4, 2024

Visual Studio Code.zip

from pi-apps.

Botspot avatar Botspot commented on June 4, 2024

Visual Studio Code.zip

@mobilegmyt
Thanks. One question: why do you have it downloading a static deb file from mediafire?
Wouldn't it be better to download https://aka.ms/linux-armhf-deb or https://aka.ms/linux-arm64-deb directly from Microsoft?
This way, VS will remain up-to-date. Every time MS uploads a new deb file, we don't have to change any links, as the links I suggested above will always point to the latest version.

from pi-apps.

NoozAbooz avatar NoozAbooz commented on June 4, 2024

Oh, wait Microsoft has direct download links to the files? I tried copying the link of the download buttons on the page but it didn't work out. You can just add the links in and commit it then.

from pi-apps.

Botspot avatar Botspot commented on June 4, 2024

OK. VS Code has been added with commit 03627d9

from pi-apps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.