testing also the new beautiful script
This commit is contained in:
parent
925b3cd5de
commit
9df319526b
1 changed files with 10 additions and 1 deletions
11
rofi.sh
11
rofi.sh
|
@ -141,7 +141,16 @@
|
||||||
debian | ubuntu)
|
debian | ubuntu)
|
||||||
rofi_clone_and_build </dev/tty
|
rofi_clone_and_build </dev/tty
|
||||||
;;
|
;;
|
||||||
arch) _install rofi ;;
|
arch)
|
||||||
|
# _install rofi
|
||||||
|
|
||||||
|
spin blue "Using arch, getting rofi directly.."
|
||||||
|
if run -err err _install rofi; then
|
||||||
|
check "Installed rofi"
|
||||||
|
else
|
||||||
|
throw "$err"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue