diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-13 21:35:33 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2017-03-13 21:35:33 -0400 |
commit | 9c2a693fcd9050f9f7280ae35a566f4cc9da0857 (patch) | |
tree | 2c6fd226bbe09dde1044808008aed12df6fe8e82 | |
parent | 16df1e6e52cb3a414475ea609f57864675f8e02a (diff) | |
download | sbostuff-9c2a693fcd9050f9f7280ae35a566f4cc9da0857.tar.gz |
upkg i486=>i586, actually install the pkg
-rwxr-xr-x | sbofindsrc | 3 | ||||
-rwxr-xr-x[-rw-r--r--] | sbosrc | 4 | ||||
-rwxr-xr-x | sbosrcarch | 2 | ||||
-rwxr-xr-x | upkg | 4 |
4 files changed, 7 insertions, 6 deletions
@@ -15,10 +15,11 @@ SBODEFAULT=/home/urchlay/sbo-master # failure otherwise. order isn't important here, it's randomized on # every run. +#sbosrcarch + repos=" filewatcher wayback -sbosrcarch macports fedora naptime @@ -9,8 +9,8 @@ # http://urchlay.naptime.net/repos/sbostuff/plain/sbofindsrc # path to the root of your archive (contains the by-name and -# by-md5 directories): -ARCHIVE=http://yoursite.com/sbosrc +# by-md5 directories). +ARCHIVE=http://slackware.org.uk/sbosrcarch/ . $( pwd )/*.info || ( echo "no .info file in current dir" 1>&2 && exit 1 ) @@ -150,7 +150,7 @@ file in the archive. =item B<status> I<[-v]> -Checks the coverage of the archive. Like <check>, but doesn't md5sum the +Checks the coverage of the archive. Like B<check>, but doesn't md5sum the files (it just assumes they're correct). Use this as a quick way to get a status report. @@ -9,7 +9,7 @@ OUTPUT=${OUTPUT:-/tmp} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -64,4 +64,4 @@ if [ -z "$@" ]; then set "$found" fi -echo sudo upgradepkg --reinstall --install-new "$@" +sudo upgradepkg --reinstall --install-new "$@" |