Fixed desktop syncing
This commit is contained in:
parent
4d7603b8ab
commit
e833805d1a
@ -52,7 +52,5 @@ nitrogen
|
||||
banshee
|
||||
xautolock
|
||||
sqlitebrowser
|
||||
<<<<<<< Updated upstream
|
||||
tdfsb
|
||||
=======
|
||||
>>>>>>> Stashed changes
|
||||
icedtea-7-plugin
|
||||
|
@ -27,8 +27,8 @@ while getopts ":hbsdtclw" VALUE "$@"; do
|
||||
if [ "$VALUE" = "s" ] ; then
|
||||
if [ "$(uname)" != "Darwin" ]; then
|
||||
echo "Installing server applications:"
|
||||
echo $(grep -vE "^\s*#" server.txt | tr "\n" " ")
|
||||
sudo apt-get install $(grep -vE "^\s*#" server.txt | tr "\n" " ")
|
||||
echo $(grep -vE "^\s*#" $ABSPATH/scripts/server.txt | tr "\n" " ")
|
||||
sudo apt-get install $(grep -vE "^\s*#" $ABSPATH/scripts/server.txt | tr "\n" " ")
|
||||
else
|
||||
if [ -d "/usr/local/Library/Taps/phinze/homebrew-cask" ] ; then
|
||||
brew tap phinze/cask
|
||||
@ -41,8 +41,8 @@ while getopts ":hbsdtclw" VALUE "$@"; do
|
||||
if [ "$VALUE" = "d" ] ; then
|
||||
echo "Installing desktop applications"
|
||||
if [ "$(uname)" != "Darwin" ]; then
|
||||
echo $(grep -vE "^\s*#" server.txt | tr "\n" " ") $(grep -vE "^\s*#" desktop.txt | tr "\n" " ")
|
||||
sudo apt-get install $(grep -vE "^\s*#" server.txt | tr "\n" " ") $(grep -vE "^\s*#" desktop.txt | tr "\n" " ")
|
||||
echo $(grep -vE "^\s*#" $ABSPATH/scripts/server.txt | tr "\n" " ") $(grep -vE "^\s*#" $ABSPATH/scripts/desktop.txt | tr "\n" " ")
|
||||
sudo apt-get install $(grep -vE "^\s*#" $ABSPATH/scripts/server.txt | tr "\n" " ") $(grep -vE "^\s*#" $ABSPATH/scripts/desktop.txt | tr "\n" " ")
|
||||
else
|
||||
brew install autojump ncdu htop vim youtube-dl tree sshfs ircii imagemagick node ffmpeg wget lua libconfig readline meld
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user