-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
bugSomething isn't workingSomething isn't working
Description
hi there i installed you software but it creates an unknown user -- > [\e]0;\u@\h: \w\a]\u@\h:\w$ when i finished installing it and the software only works from with in this user. from the normal user it does not work and has this error
root@OpenWrt:~# assemblyai transcribe "/root/recording.wav"
Usage: assemblyai [OPTIONS]
Try 'assemblyai --help' for help.
Error: Got unexpected extra arguments (transcribe /root/recording.wav)
currently logged in from ssh so once I log out of the unknown user there be no way to log back in
as a foot note I had issue with the install script it uses rev and i had no rev on my device so I replaces rev with sed
test -z "$VERSION" && VERSION="$(curl -sfL -o /dev/null -w %{url_effective} "$RELEASES_URL/latest" |
sed $'s/./&\\\n/g' | sed -ne $'x;H;${x;s/\\n//g;p;}' |
cut -f1 -d'/'|
sed $'s/./&\\\n/g' | sed -ne $'x;H;${x;s/\\n//g;p;}')"
it is install on 86_64 type device
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working