Alex313031 / Thorium-Win

Chromium fork for Windows named after radioactive element No. 90; Windows builds of https://github.com/Alex313031/Thorium
https://thorium.rocks/
BSD 3-Clause "New" or "Revised" License
1.52k stars 36 forks source link

Thorium Setup with Winget #77

Open Bush-cat opened 1 year ago

Bush-cat commented 1 year ago

When I discover new Software, first thing I do is install them using a package manager like in Linux, at the moment I use winget from Microsoft, before I used Chocolatey. They make installing and updating Software easy, I really like this Browser and it would be cool if you could install it with winget from the terminal

gz83 commented 1 year ago

Thanks for the advice

@Bush-cat

krystofkrticka commented 1 year ago

I already added Thorium to winget in PR (https://github.com/microsoft/winget-pkgs/pull/122961) you can install it using winget install Alex313031.Thorium and you can choose scope in which you want to install it. Install scopes are machine which is for system wide install and user which is only for the currently logged in use.

For machine scope you can use winget install Alex313031.Thorium --scope machine For user scope you can use winget install Alex313031.Thorium --scope user If you don't specify the scope I cannot tell you how the Thorium will be installed.

But the updates in the repo are done manually for now because I haven't looked into automating it.

For now I'll try to update it as soon as I get email notification about new releases of thorium from github.

@gz83 @Bush-cat

anishshobithps commented 10 months ago

Hello @krystofkrticka, there is a way to automate to install latest release when it released in the releases, so that you don't have to bother updating the URL every time a new release is sent.

The below Link download the latest version of thorium_mini_installer.exe from the Releases tab. https://github.com/Alex313031/Thorium-Win/releases/latest/download/thorium_mini_installer.exe

Docs: https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases Other Sources: https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8

cptsanifair commented 3 weeks ago

PS C:\Windows\system32> winget install Alex313031.Thorium --scope machine Fehler beim Durchsuchen der Quelle: winget Unerwarteter Fehler beim Ausführen des Befehls: 0x8a15000f : Von der Quelle benötigte Daten fehlen

Unter den Arbeitsquellen wurden keine Pakete gefunden. PS C:\Windows\system32>

I already added Thorium to winget in PR (microsoft/winget-pkgs#122961) you can install it using winget install Alex313031.Thorium and you can choose scope in which you want to install it. Install scopes are machine which is for system wide install and user which is only for the currently logged in use.

For machine scope you can use winget install Alex313031.Thorium --scope machine For user scope you can use winget install Alex313031.Thorium --scope user If you don't specify the scope I cannot tell you how the Thorium will be installed.

But the updates in the repo are done manually for now because I haven't looked into automating it.

For now I'll try to update it as soon as I get email notification about new releases of thorium from github.

@gz83 @Bush-cat