i added adoc dirs

This commit is contained in:
U-EMEA-DSMAIN\evaja1z 2016-02-17 16:54:15 +01:00
parent 90451d2ad1
commit e2d42c11d4
9 changed files with 6 additions and 6 deletions

View File

@ -47,7 +47,9 @@ resource.
=== What do you need?
This guide covers Debian, Ubuntu, CentOS, Fedora, SuSE, and FreeBSD and will require one of those distributions to be installed
This guide covers Debian, Ubuntu, CentOS, Fedora, SuSE, and FreeBSD and will require one of those distributions to be installed.
NOTE: All of the commands in this guide assume that the user is running the commands as root or with `sudo`.
Package Management Systems: A Brief Overview
--------------------------------------------
@ -78,9 +80,7 @@ FreeBSD's binary package system is administered with the pkg command. FreeBSD al
Update Package Lists
~~~~~~~~~~~~~~~~~~~~
Most systems keep a local database of the packages available from remote repositories. It's best to update this database before installing or upgrading packages. As a partial exception to this pattern, yumand dnf will check for updates before performing some operations, but you can ask them at any time whether updates are available.
NOTE: All of the commands in this guide assume that the user is running the commands as root or with `sudo`.
Most systems keep a local database of the packages available from remote repositories. It's best to update this database before installing or upgrading packages. As a partial exception to this pattern, yum and dnf will check for updates before performing some operations, but you can ask them at any time whether updates are available.
[cols="^,^",options="header",]
|=========================================

View File

@ -1,6 +1,6 @@
#!/bin/bash
date=`date +%D-%T`
#git pull -m `echo $DATE`
git commit -a -m echo $DATE
git pull
git commit -a -m $DATE
git push