Changeset 244 for quickinst/quickinst


Ignore:
Timestamp:
21.12.2008 19:33:15 (20 months ago)
Author:
henning
Message:

quickinst: revert stupid bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quickinst/quickinst

    r243 r244  
    8989                cd $cache 
    9090                echo "  · $1" 
    91                 exec 2>/dev/null #TODO seems to catch not only 2, kind of buggy 
     91                exec 2>/dev/null # TODO seems to catch not only 2, kind of buggy 
    9292                package=$(ls $1*.tar.gz | tail -1) 
    9393                [ -f "$package" ] && { 
     
    123123        cp /etc/resolv.conf etc/resolv.conf 
    124124 
    125         for i in core extra community; do 
    126                 echo -e "[$i]\nServer = $source" >> /tmp/pacman.conf 
    127         done 
     125        [ $addpkgs ] && # TODO source for extra and community 
     126                echo -e "[core]\nServer = $source" >> /tmp/pacman.conf 
    128127 
    129128        mkdir sys proc dev 2> /dev/null 
Note: See TracChangeset for help on using the changeset viewer.