map7 / install_apps

Install scripts for development machines and remote workstations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install_apps

Install scripts for development machines and remote workstations written in bash so that it works on most systems out of the box.

Install dev box

This will setup the applications for my development box (Last tested on a Lenovo P14s AMD running Ubuntu 21.04)

sudo ./install_dev

Install workstation

This will setup the applications for a remote workstation for staff (Last tested on a ASUS PN50 AMD NUC running Linux Mint 20.2)

sudo ./install_workstation

Running update through MeshCentral

  1. Install MeshCentral client
  2. Select computer
  3. Click Group task -> Run
  4. Paste in
    git clone https://github.com/map7/install_apps.git;./install_apps/update
        
  5. Grab a coffee

About

Install scripts for development machines and remote workstations


Languages

Language:Shell 100.0%