Git Product home page Git Product logo

adobe_installer's Introduction

Adobe Installer

Codacy Badge Maintenance made-with-bash MIT licensed Open Source Love svg3

This repository is for archival purposes only.

NOTE: NYU transitioned from serialized licensing to a subscription-based licensing model on 2019-11-30. Shared-device licesning (SDL) requires a valid NYU Net ID for authentication.

Bash script to retrieve, unzip, install, and cleanup a subset of Adobe's Creative Cloud software. There's also a serializer script which activates an installation.

Open to members of New York University's: Center for Brain Imaging, Center for Neural Science, and Department of Psychology on the Meyer network.

Written and tested to run on currently-supported versions of macOS.

E-Z Install

masOS: curl --remote-name https://raw.githubusercontent.com/marshki/adobe_installer/master/src/adobe_installer.sh && caffeinate sudo bash adobe_installer.sh

Getting Started

For sysadmins who want to replicate this process, we assume that you:

  • are affiliated with an institution that has a valid license agreement with Adobe;

  • can access a networked file server; and

  • have an Adboe installer for `macOS' clients.

On your local client, compress the Adobe installer with, e.g.:

zip -r mac-acrobatdc-spr18.zip acrobat

and place the file on your web server for distribution.

For sysadmin AND end users:

Pre-flight checklist (the script will check for the following conditions):

  • root privileges

  • adequate free disk space (10 GBs)

  • curl

  • access to the Meyer network.

Liftoff:

Grab the script from /src in this repository, then call the script (caffeinate will keep the computer awake during the installation):

caffeinate sudo bash adobe_installer.sh. From there, follow the on-screen prompt:

ALT text.

History

v.0.5 2019-12-10

License

License

adobe_installer's People

Contributors

marshki avatar

Watchers

 avatar  avatar  avatar

adobe_installer's Issues

Fix Shell Check Errors?

Line 99:
function pause() {
^-- SC2120: pause references arguments, but none are ever passed.

Line 159:
pause #"$@"
^-- SC2119: Use pause "$@" if function's $1 should mean script's $1.

Line 208:
pause
^-- SC2119: Use pause "$@" if function's $1 should mean script's $1.

Line 227:
pause
^-- SC2119: Use pause "$@" if function's $1 should mean script's $1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.