Skip to content

Commit a78cde7

Browse files
author
zenobit
committed
raise to 0.76
1 parent ee4739d commit a78cde7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

dh

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ export "TEXTDOMAINDIR" "TEXTDOMAIN"
77

88
# bugs notice
99
function some_bugs() {
10+
echo ""
1011
echo $"Done"
12+
echo ""
1113
echo $"PS: You saw some bugs?"
1214
echo $"Could you please provide feedback?"
1315
echo $"How do you like DistroHopper?"
1416
echo $"What can be improved, added, changed?"
1517
echo $" Let me know..."
16-
echo $"Flawless distro hopping..." && echo "zenobit"
18+
echo ""
19+
echo $"Wish you flawless distro hopping..."
20+
echo " zenobit"
1721
}
1822

1923
function show_help() {
@@ -79,7 +83,7 @@ function set_variables() {
7983
#bash -x ./dh 2>&1 | tee output.log
8084
#progname="${progname:="${0##*/}"}"
8185
progname="DistroHopper"
82-
version="0.7"
86+
version="0.76"
8387
#GTK_THEME="alt-dialog"
8488
DH_CONFIG_DIR="$HOME/.config/distrohopper"
8589
DH_CONFIG="$DH_CONFIG_DIR/distrohopper.conf"
@@ -121,6 +125,8 @@ function install_prereq() {
121125
sudo xbps-install -S qemu bash coreutils grep jq procps-ng python3 util-linux sed spice-gtk swtpm usbutils wget xdg-user-dirs xrandr unzip zsync socat gettext yad fzf
122126
elif grep -q fedora /etc/os-release; then
123127
sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-gtk-tools swtpm wget xdg-user-dirs xrandr unzip gettext yad fzf
128+
elif grep -q nix /etc/os-release; then
129+
echo "#TODO"
124130
elif grep -q openSUSE /etc/os-release; then
125131
# openSUSE supports dnf, but the default is zypper
126132
if hash dnf 2>/dev/null; then
@@ -444,7 +450,6 @@ set_variables
444450
if [[ $# -eq 0 ]]; then
445451
printf $"No argumet provided!\n\n"
446452
show_help
447-
exit 0
448453
fi
449454

450455
while [[ $# -gt 0 ]]

0 commit comments

Comments
 (0)