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
quiltrc
dput.cf
conkyrc
gitconfig
pastebinit.xml
xchat2/xchat.conf xchat2/servlist_.conf xchat2/notify.conf xchat2/chanserv-mod.py
VirtualBox/VirtualBox.xml
......@@ -125,7 +126,7 @@ files () {
## install the required packages, as needed
install () {
echo "Updating repository information..."
sudo apt-get update
sudo apt-get -q update
echo "Installing packages..."
package=$(echo ${packages[@]} | tr '\n' ' ')
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