Changeset 285 for quickinst/quickinst


Ignore:
Timestamp:
07.06.2009 19:41:40 (14 months ago)
Author:
henning
Message:

quickinst: pacman openssl dep, gwdg mirror default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quickinst/quickinst

    r247 r285  
    6969 
    7070[ "$source" == "" ] && 
    71         source=ftp://ftp.archlinux.org/current/os/$arch || 
     71        source=ftp://ftp5.gwdg.de/pub/linux/archlinux/current/os/$arch || 
    7272        arch=$(basename $source) 
    7373 
     
    114114 
    115115echo · downloading and installing pacman. 
    116         for package in libdownload libarchive acl attr zlib bzip2; do 
     116        for package in libdownload libarchive acl attr zlib bzip2 openssl; do 
    117117                install $package 
    118118        done 
Note: See TracChangeset for help on using the changeset viewer.