Fix debian scripts
This commit is contained in:
parent
c5fa9b29c4
commit
d98ae239e5
3 changed files with 19 additions and 2 deletions
2
debian/bin/mimic3
vendored
2
debian/bin/mimic3
vendored
|
|
@ -14,4 +14,4 @@
|
|||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
/usr/lib/mimic3-tts/mimic3 "$@"
|
||||
/usr/lib/mycroft/mimic3/mimic3 "$@"
|
||||
|
|
|
|||
17
debian/bin/mimic3-download
vendored
Executable file
17
debian/bin/mimic3-download
vendored
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
#!/usr/bin/env sh
|
||||
# Copyright 2022 Mycroft AI Inc.
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Affero General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU Affero General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
/usr/lib/mycroft/mimic3/mimic3-download "$@"
|
||||
2
debian/bin/mimic3-server
vendored
2
debian/bin/mimic3-server
vendored
|
|
@ -14,4 +14,4 @@
|
|||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
/usr/lib/mimic3-tts/mimic3-server "$@"
|
||||
/usr/lib/mycroft/mimic3/mimic3-server "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue