wip
This commit is contained in:
parent
f27e5f774f
commit
d3b6d8010f
2 changed files with 120 additions and 7 deletions
|
@ -106,10 +106,6 @@ main() {
|
|||
debian)
|
||||
cloneAndInstall
|
||||
;;
|
||||
*)
|
||||
echo "$distro is not supported by this script!"
|
||||
exit 69
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
@ -119,14 +115,12 @@ if ! $arch || ! $debian; then
|
|||
fi
|
||||
|
||||
if getImports; then
|
||||
silent=false
|
||||
case "$@" in
|
||||
--silent | -s)
|
||||
silent=true
|
||||
echo_warning "Running script silently!"
|
||||
;;
|
||||
*)
|
||||
silent=false
|
||||
;;
|
||||
esac
|
||||
getDependencies
|
||||
main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue