BetterSEQTA / BetterSEQTA-Plus

BetterSEQTA+ - A continuation of development of the BetterSEQTA chrome extension.
https://chromewebstore.google.com/detail/betterseqta+/afdgaoaclhkhemfkkkonemoapeinchel
MIT License
19 stars 7 forks source link

Add new scripts to simplify install and development #67

Closed SethBurkart123 closed 10 months ago

SethBurkart123 commented 10 months ago

I added scripts that should work with all of the below:

If you find any problems then feel free to improve the scripts.

MEGA-Dawg68 commented 10 months ago

I tested the windows scripts and I can confirm they do not work

MEGA-Dawg68 commented 10 months ago

The install scripts have bricked my Pop!_OS install 😅

SethBurkart123 commented 10 months ago

The install scripts have bricked my Pop!_OS install 😅

Well then, I wouldn't say that that could be good. I assumed that installing Nodesource would be fine. that's not very good 😳

SethBurkart123 commented 10 months ago

Let me modify them and I'll test it over on my linux machine.

SethBurkart123 commented 10 months ago

I fixed the windows script, Just about to dev linux on ubuntu... who knows what went on there.

SethBurkart123 commented 10 months ago

All fixed, linux is now using nvm to install everything and I just tested it all the scripts on MacOS, Windows 10 and Ubuntu 22.04

SethBurkart123 commented 10 months ago

@MEGA-Dawg68 I'm so sorry about your install getting bricked, I didn't realise that the auto-install of Nodesource could just brick it like that.

MEGA-Dawg68 commented 10 months ago

It's alright, I just need to either reinstall Pop!_OS or fix couple hundred packages lol. Edit: Just found out, I cannot reinstall Pop!_OS without reinstalling Windows and my 500 GB worth of games. Looks like Im fixing the packages lol

SethBurkart123 commented 10 months ago

Couldn't you remove the volume and reinstall it the same way that you installed popos originally? Either that or delete the main volume, you might have to do that from a liveusb though

MEGA-Dawg68 commented 10 months ago

Then my UEFI freaks out and I can't boot to windows, I have tried before. Also the windows install scripts still don't work 😅

SethBurkart123 commented 10 months ago

Then my UEFI freaks out and I can't boot to windows, I have tried before. Also the windows install scripts still don't work 😅

hmm, it was working for me on windows... are you able to send over the error?

MEGA-Dawg68 commented 10 months ago

the cmd box just closes, it doesn't error or anything

SethBurkart123 commented 10 months ago

the cmd box just closes, it doesn't error or anything

that's the install script correct?

MEGA-Dawg68 commented 10 months ago

Yes, no build folder gets created

SethBurkart123 commented 10 months ago

Yes, no build folder gets created

After that closed, did you run the dev script? If not, do that. Give it a moment to start and if it compiles with 0 errors, then you should be up and going

MEGA-Dawg68 commented 10 months ago

This is how I do it

https://github.com/SethBurkart123/EvenBetterSEQTA/assets/140035326/96158da5-cfc5-4590-944d-a4d220c2e868

SethBurkart123 commented 10 months ago

Yeah, Ok - it looks like there is an issue with one of the sections of the install script. It has got pnpm installed but it doesn't seem to be doing much with the packages... That'd explain why the dev script isn't working.