From 0c2eab7abc2b75b3d6dad8b9ca9cfb441fdb2aaa Mon Sep 17 00:00:00 2001 From: Austen Date: Mon, 16 Jun 2014 23:39:25 -0400 Subject: [PATCH] Forgot to add .txt to the end of desktop to read package list. Removed ffmpeg from desktop.txt --- desktop.txt | 3 ++- sync.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/desktop.txt b/desktop.txt index 5485d0f..a96f56b 100644 --- a/desktop.txt +++ b/desktop.txt @@ -23,7 +23,8 @@ subversion git orpie terminator -ffmpeg +#No installation candadate? +#ffmpeg winff youtube-dl tasksel diff --git a/sync.sh b/sync.sh index da87e5f..2b0f5f1 100755 --- a/sync.sh +++ b/sync.sh @@ -26,7 +26,7 @@ while getopts ":bsdtc" VALUE "$@"; do fi if [ "$VALUE" = "d" ] ; then echo "Installing desktop applications" - echo $(grep -vE "^\s*#" desktop | tr "\n" " ") + echo $(grep -vE "^\s*#" desktop.txt | tr "\n" " ") sudo apt-get update;sudo apt-get upgrade;sudo apt-get install $(grep -vE "^\s*#" desktop.txt | tr "\n" " ") fi if [ "$VALUE" = "t" ] ; then