mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
removed unused variable
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# This script is meant to povide the simplest 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
|
||||||
@@ -15,7 +15,6 @@ exitCode=0
|
|||||||
if [ ! -e "/usr/local/Installomator/Installomator.sh" ]; then
|
if [ ! -e "/usr/local/Installomator/Installomator.sh" ]; then
|
||||||
echo "Installomator not found. Installing."
|
echo "Installomator not found. Installing."
|
||||||
# Create temporary working directory
|
# Create temporary working directory
|
||||||
workDirectory=$( basename "$0" )
|
|
||||||
tempDirectory=$( mktemp -d )
|
tempDirectory=$( mktemp -d )
|
||||||
echo "Created working directory '$tempDirectory'"
|
echo "Created working directory '$tempDirectory'"
|
||||||
# Download the installer package
|
# Download the installer package
|
||||||
|
|||||||
Reference in New Issue
Block a user