Go to file
Robert Morrison 79063f97ee
feat: Add installing
It can install now.
Requires pexec to be present

This may be due to an upstream issue with spectre.console affecting how
stdin/stdout are handled.

TODO:
 - Add backup/restore functionality
 - Refactor sections for neatness
 - Improve UX
2023-06-08 11:22:00 +01:00
Installer Another bad commit 2023-06-08 04:36:31 +01:00
Package Another bad commit 2023-06-08 04:36:31 +01:00
ReleaseData Another bad commit 2023-06-08 04:36:31 +01:00
Version Another bad commit 2023-06-08 04:36:31 +01:00
.EdgeInstaller.Log HELL COMMIT 2023-05-28 15:11:41 +01:00
.gitignore HELL COMMIT 2023-05-28 15:11:41 +01:00
DebUnpack.cs feat: Add installing 2023-06-08 11:22:00 +01:00
edge-install.csproj feat: Add installing 2023-06-08 11:22:00 +01:00
Program.cs feat: Add installing 2023-06-08 11:22:00 +01:00
Program.Downloaders.cs Another bad commit 2023-06-08 04:36:31 +01:00
Program.HelperFunctions.cs Another bad commit 2023-06-08 04:36:31 +01:00
Program.Renderers.cs Another bad commit 2023-06-08 04:36:31 +01:00
Readme.md HELL COMMIT 2023-05-28 15:11:41 +01:00

Edge-Install (Extra Jank Edition)

A dumb package manager, soon to be outfitted with the ability to fully extract .deb packages.

TODO:

  • Add archive extraction code
  • Add install functionality
  • Refactor some classes to make them neater