mirror of
https://github.com/MLBZ521/MacAdmin.git
synced 2026-03-20 16:00:25 +00:00
v1.1.1 = Missed some quotes and a /
+ Missed some quotes and a /
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
###################################################################################################
|
||||
# Script Name: install_Avast.sh
|
||||
# By: Zack Thompson / Created: 2/9/2018
|
||||
# Version: 1.1 / Updated: 2/12/2018 / By: ZT
|
||||
# Version: 1.1.1 / Updated: 2/16/2018 / By: ZT
|
||||
#
|
||||
# Description: This script installs Avast.
|
||||
#
|
||||
@@ -30,7 +30,7 @@
|
||||
# Get the name of the mount.
|
||||
AvastMount=$(/bin/ls /Volumes/ | /usr/bin/grep Avast)
|
||||
# Get the name of the pkg
|
||||
AvastPKG=$(/bin/ls Volumes/${AvastMount}/ | /usr/bin/grep Avast)
|
||||
AvastPKG=$(/bin/ls "/Volumes/${AvastMount}/" | /usr/bin/grep Avast)
|
||||
|
||||
# Install Avast
|
||||
/bin/echo "Installing ${AvastMount}..."
|
||||
|
||||
Reference in New Issue
Block a user