Skip to content

Commit

Permalink
Merge pull request #8 from barriosnahuel/hotfix/duplicated-commands
Browse files Browse the repository at this point in the history
Deleted duplicated commands.
  • Loading branch information
barriosnahuel committed Oct 5, 2015
2 parents a79078d + beb0a03 commit 34a0d24
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions Ubuntu/installAll-15-04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,42 +83,6 @@ xclip -sel clip < ~/.ssh/id_rsa.pub &&
log "==> - EFU: SSH Key copied to clipboard."


log "==> - EFU: ############################## Installing favorite software ##############################"

downloadAndInstall "GetDeb" http://archive.getdeb.net/install_deb/getdeb-repository_0.1-1~getdeb1_all.deb
downloadAndInstall "PlayDeb" http://archive.getdeb.net/install_deb/playdeb_0.3-1~getdeb1_all.deb

log "==> - EFU: Instaling latest Rhythmbox and its plugins..."
sudo apt-get -fy install rhythmbox rhythmbox-plugin-rhythmweb rhythmbox-plugin-equalizer rhythmbox-plugin-opencontainingfolder rhythmbox-plugin-llyrics

log "==> - EFU: Instaling Drive, Sublime Text 3, GIT, MongoDB and WebP command line tools..."
sudo apt-get -fy install drive sublime-text-installer git-core mongodb curl webp golang-go

log "==> - EFU: Installing packages to compress and extract different kind of files..."
sudo apt-get -fy install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar uudeview mpack arj cabextract

log "==> - EFU: Installing Mixxx DJ software..."
sudo apt-get -fy install mixxx libportaudio2

downloadAndInstall "Mega Sync client" $MEGA
downloadAndInstall "Mega Nautilus extension" $MEGA_NAUTILUS

log "==> - EFU: Installing Dropbox and XClip (to copy into clipboard from terminal),..."
sudo apt-get -fy install nautilus-dropbox xclip


echo "==> - EFU: Generating an SSH Key..." &&
# Creates a new ssh key, using the provided email as a label
ssh-keygen -t rsa -C "[email protected]" &&
# start the ssh-agent in the background
eval "$(ssh-agent-s)" &&
ssh-add ~/.ssh/id_rsa &&
log "==> - EFU: SSH Key for [email protected] successfully generated in ~/.ssh/id_rsa.pub"

xclip -sel clip < ~/.ssh/id_rsa.pub &&
log "==> - EFU: SSH Key copied to clipboard."


log "==> - EFU: ################ Installing development kits ################"

echo "==> - EFU: Installing and configuring the Android development environment..." &&
Expand Down

0 comments on commit 34a0d24

Please sign in to comment.