You can get 'Debian' yads from this repo.
deb http://debs.slavino.sk testing main
Here is the site:
http://slavino.sk/ulozisko-apt
anticapitalista
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! |
# Greeting window
yad --info --title="$version" --button="Simple installation":0 \
--button="Expert installation":1 --button=Exit:2 \
--text=" This utility will install a running live-CD or live-USB to your hard drive.
This is free software that comes with no warranty or guarantee of any type,
including but not limited to express, implied, merchantability or fitness of purpose.
Copyright 2011 fsmithred@gmail.com, based on refractainstaller-8.0.3 by Dean Linkous. "
mode="$?"
case $mode in
0) install="simple" ;;
1) install="expert" ;;
2) exit 0 ;;
esac
echo "mode = $mode
install = $install"
Users browsing this forum: No registered users and 0 guests