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
|
git
|
||||||
orpie
|
orpie
|
||||||
terminator
|
terminator
|
||||||
ffmpeg
|
#No installation candadate?
|
||||||
|
#ffmpeg
|
||||||
winff
|
winff
|
||||||
youtube-dl
|
youtube-dl
|
||||||
tasksel
|
tasksel
|
||||||
|
2
sync.sh
2
sync.sh
@ -26,7 +26,7 @@ while getopts ":bsdtc" VALUE "$@"; do
|
|||||||
fi
|
fi
|
||||||
if [ "$VALUE" = "d" ] ; then
|
if [ "$VALUE" = "d" ] ; then
|
||||||
echo "Installing desktop applications"
|
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" " ")
|
sudo apt-get update;sudo apt-get upgrade;sudo apt-get install $(grep -vE "^\s*#" desktop.txt | tr "\n" " ")
|
||||||
fi
|
fi
|
||||||
if [ "$VALUE" = "t" ] ; then
|
if [ "$VALUE" = "t" ] ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user