Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

opragel/install_latest_slack_osx_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

This script will download a zip archive containing the latest version of the Slack app for OS X and install it by placing the app extracted from the downloaded archive in the /Applications directory.

How the script works:

  1. Uses curl to download a zip archive containing the latest Slack app from OS X from the Slack website into the /tmp directory.

  2. Extracts the zip contents in /tmp.

  3. Checks whether Slack is running, removes existing Slack app, moves new Slack app from /tmp to /Applications and sets the owner to root:admin

  4. Removes the Slack app zip from the /tmp

About

Installs latest Slack app for OS X.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages