Installing Labtech on a Linux Machine

 wget https://xxxx.xxxx.com/LabTech/Deployment.aspx?InstallerToken=c7e06634011a4edebe2dd102fe68ad08 -O Labtech.zip

unzip Labtech.zip

cd /usr/local/ltechagent
sudo ./uninstaller.sh
rm /tmp/ltech_install_log.txt
cd ..
ls  -al
#No lttechagent directory should exist anymore

#change to location where labtech installer was downloaded, typically in the home directory and already unzipped.
cd ~/ltechagent
chmod +x install.sh
sudo ./install.sh
ps -ef | grep ltech
#Should see two results of the agent running
#View results of install
cat /tmp/ltech_install_log.txt
#refresh Automate console to see machine showing up correctly
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...