not much time to fiddle lately but messed with repsit a while
might find it useful...or not...
http://sourceforge.net/projects/kyloris ... psit-dean/
Welcome |
---|
Welcome to refracta You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. In addition, registered members also see less advertisements. Registration is fast, simple, and absolutely free, so please, join our community today! |
Youtube viewer is not from the repo and was installed from a .deb file. It won't be installed by that script.
It would be nice if the script could show which of those packages are installed or not,
zenity --question --text="$(aptitude -s install ${install_list[@]} &)"
if [[ $? = 0 ]] ; then
aptitude -y install ${install_list[@]} | tee >(zenity --progress --pulsate)
aptitude -y purge ~c | tee>(zenity --progress --pulsate)
else
echo "You said no."
exit 0
fi
Users browsing this forum: No registered users and 0 guests