Commit 8c9d36bb authored by Mattia Rizzolo's avatar Mattia Rizzolo

Add gitconfig. add -q to apt-get update

parent 23e8fa16
...@@ -6,6 +6,7 @@ dotfiles=(vimrc ...@@ -6,6 +6,7 @@ dotfiles=(vimrc
quiltrc quiltrc
dput.cf dput.cf
conkyrc conkyrc
gitconfig
pastebinit.xml pastebinit.xml
xchat2/xchat.conf xchat2/servlist_.conf xchat2/notify.conf xchat2/chanserv-mod.py xchat2/xchat.conf xchat2/servlist_.conf xchat2/notify.conf xchat2/chanserv-mod.py
VirtualBox/VirtualBox.xml VirtualBox/VirtualBox.xml
...@@ -125,7 +126,7 @@ files () { ...@@ -125,7 +126,7 @@ files () {
## install the required packages, as needed ## install the required packages, as needed
install () { install () {
echo "Updating repository information..." echo "Updating repository information..."
sudo apt-get update sudo apt-get -q update
echo "Installing packages..." echo "Installing packages..."
package=$(echo ${packages[@]} | tr '\n' ' ') package=$(echo ${packages[@]} | tr '\n' ' ')
sudo apt-get install -y ${package} sudo apt-get install -y ${package}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment