mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-10 14:23:10 +01:00
Update and rename installInstallomator.sh to InstallInstallomator.sh
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# This script is an MDM/management platform agnostic way to install Installomator
|
# This script is meant to povide the simplest MDM/management platform agnostic way to install Installomator
|
||||||
# The only requirement is an Internet connection.
|
# The only requirement is an Internet connection
|
||||||
|
|
||||||
# Get the URL of the latest PKG From the Installomator GitHub repo
|
# Get the URL of the latest PKG From the Installomator GitHub repo
|
||||||
url=$(curl --silent --fail "https://api.github.com/repos/Installomator/Installomator/releases/latest" | awk -F '"' "/browser_download_url/ && /pkg\"/ { print \$4; exit }")
|
url=$(curl --silent --fail "https://api.github.com/repos/Installomator/Installomator/releases/latest" | awk -F '"' "/browser_download_url/ && /pkg\"/ { print \$4; exit }")
|
||||||
Reference in New Issue
Block a user