From 03665a4b36d9753dcd767a117be10970a32d7b23 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 10 Jun 2016 00:21:29 -0700 Subject: [PATCH] Add physlock to ubuntu script --- ubuntu/installer.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ubuntu/installer.sh b/ubuntu/installer.sh index a5826b2..f430269 100644 --- a/ubuntu/installer.sh +++ b/ubuntu/installer.sh @@ -101,6 +101,10 @@ echo "Installing fonts..." sudo apt-get -qq -y install fonts-inconsolata fc-cache --really-force -v +# Security +echo "Installing security..." +sudo apt-get -qq -y install physlock + # Cleanup echo "Cleaning up unneccessary programs..." sudo apt-get -qq -y purge firefox