Changeset 305 for quickinst/quickinst


Ignore:
Timestamp:
11.08.2009 16:35:14 (12 months ago)
Author:
henning
Message:

quickinst: mirror change; libfetch not libdownload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quickinst/quickinst

    r301 r305  
    6868 
    6969[ "$source" == "" ] && 
    70         source=ftp://ftp5.gwdg.de/pub/linux/archlinux/current/os/$arch || 
     70        source=ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/current/os/$arch || 
    7171        arch=$(basename $source) 
    7272 
     
    114114 
    115115echo · downloading and installing pacman. 
    116         for package in libdownload libarchive acl attr zlib bzip2; do 
     116        for package in libfetch libarchive acl attr zlib bzip2; do 
    117117                install $package 
    118118        done 
Note: See TracChangeset for help on using the changeset viewer.