X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/8a7e906d367d31b3734c5ea656bd4fc3b3a74168..b056f5c4e8a2217aa80dc629c7e32ad3eaa02805:/setup diff --git a/setup b/setup index c52e700..25e9dd3 100755 --- a/setup +++ b/setup @@ -68,9 +68,7 @@ fi echo "Installing useful scripts..." scripts=" - lesspipe.sh start-ssh-agent svnwrap movemail-hack" -[ "$xstuff" ] && scripts="$scripts - xrun" + lesspipe.sh start-ssh-agent svnwrap" for script in $scripts; do $echon " $script:$echoc" found= @@ -95,12 +93,11 @@ echo " all done." ### Install some more complicated programs echo "Installing packages..." systems=" - mLib:2.0.3:mLib-config + mlib:2.0.4:crc-mktab chkpath:1.1.0:tmpdir " [ "$xstuff" ] && systems="$systems - mgLib:1.1.0:mgLib-config - xtoys:1.3.0:xscsize + xtoys:1.4.0:xatom " for system in $systems; do set -- $(echo $system | tr : ' ') @@ -181,7 +178,12 @@ echo " all done." ### Install useful scripts included in this package scripts=" mdw-editor + mdw-conf + movemail-hack emerge-hack" +[ "$xstuff" ] && scripts="$scripts + xrun + xshutdown" echo "Installing scripts..." mkdir -p $HOME$sub/bin for s in $scripts; do