Install scripts:

- Windows:
  - install:
    Move repo URI into variable
    Remove -NoWinget check (was unused)
  - upgrade:
    Change -NoWinget to disable updating with winget (can take a while)
    Create function to check install of node packages which are put on Path.
- Linux:
  - Install:
    Port install-windows to some linux distros
    Support for Apt (Ubuntu, possibly Debian/Mint)
    Support for Pacman (Arch/Manjaro/Garuda)
  - Upgrade:
    Port upgrade-windows to some linux distros
This commit is contained in:
2022-04-28 17:30:55 -05:00
parent 0634a90f58
commit e8afacef18
6 changed files with 214 additions and 23 deletions

View File

@@ -0,0 +1,4 @@
apt-transport-https
build-essential
python3
wget