wip
This commit is contained in:
parent
e7a2286a18
commit
a870475f69
1 changed files with 105 additions and 105 deletions
|
@ -198,6 +198,7 @@ main() {
|
||||||
kitty
|
kitty
|
||||||
)
|
)
|
||||||
checkAndInstall "${deps[@]}"
|
checkAndInstall "${deps[@]}"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "$distro is not supported by this script!"
|
echo "$distro is not supported by this script!"
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -215,7 +216,6 @@ if getImports; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
askThings
|
askThings
|
||||||
instCustom
|
instCustom
|
||||||
main
|
main
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue