X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=install-carnet-sources.list;h=7926e13ee333e6d9980086c013634b260447775d;hb=refs%2Fheads%2Fmaster;hp=2b2eb31e58c32cc7e6c40804b153d8797c8605bf;hpb=98d4181c97a3dd43b86aa03b1d409f7671eabd18;p=apt-cn.git diff --git a/install-carnet-sources.list b/install-carnet-sources.list index 2b2eb31..7926e13 100755 --- a/install-carnet-sources.list +++ b/install-carnet-sources.list @@ -2,15 +2,15 @@ if ! cmp -s /usr/share/doc/apt-cn/sources.list /etc/apt/sources.list; then . /usr/share/carnet-tools/functions.sh - echo "CN: Backing up old /etc/apt/sources.list to /var/backups/." - echo "CN: Installing new /etc/apt/sources.list." + echo "CN: Kopiram datoteku /etc/apt/sources.list u /var/backups/." + echo "CN: Postavljam novu datoteku /etc/apt/sources.list." echo "" cp_backup_conffile /etc/apt/sources.list cp /usr/share/doc/apt-cn/sources.list /etc/apt/sources.list apt-get update else - echo "CN: Valid CARNet's /etc/apt/sources.list already exists." - echo "CN: Nothing to do." + echo "CN: Ispravna datoteka /etc/apt/sources.list već postoji." + echo "CN: Izlazim." echo "" fi