Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Automatic updating and installation #23

Open
reversed-coffee opened this issue Nov 11, 2022 · 1 comment
Open

Automatic updating and installation #23

reversed-coffee opened this issue Nov 11, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@reversed-coffee
Copy link
Member

People using Starlight may not be the sharpest individuals, and even if they are, it's a pain to manually update Starlight when a new version is pushed, especially if you don't watch the repository.

  • Implement automatic updating in Starlight.

    • Can be either in the form of a bootstrapper or integrated into the application.
  • Write a first-use installation script

    • A PowerShell script that installs Starlight.
    • One command piping data from Invoke-WebRequest to Invoke-Expression
  • Why?

    • Ease of use—especially when installing.
    • Better quality of life.
@reversed-coffee reversed-coffee added enhancement New feature or request good first issue Good for newcomers labels Nov 11, 2022
@reversed-coffee reversed-coffee self-assigned this Nov 11, 2022
@reversed-coffee reversed-coffee added this to the Starlight v2 milestone Nov 11, 2022
reversed-coffee pushed a commit that referenced this issue Nov 16, 2022
@reversed-coffee
Copy link
Member Author

Invoke-WebRequest https://github.com/Substrant/Starlight/raw/v2/install.ps1 | Invoke-Expression

or

iwr https://github.com/Substrant/Starlight/raw/v2/install.ps1 | iex

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
No open projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant