Forgot to add .txt to the end of desktop to read package list. Removed ffmpeg from desktop.txt
This commit is contained in:
parent
7a6b5633d0
commit
0c2eab7abc
@ -23,7 +23,8 @@ subversion
|
||||
git
|
||||
orpie
|
||||
terminator
|
||||
ffmpeg
|
||||
#No installation candadate?
|
||||
#ffmpeg
|
||||
winff
|
||||
youtube-dl
|
||||
tasksel
|
||||
|
2
sync.sh
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user