-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple errors after installation #266
Labels
Comments
Tell me about your OS, version, bash version, etc.
…On Thu, Oct 31, 2024 at 12:05 PM watahazawoz ***@***.***> wrote:
*Describe the bug*
Errors being printed
*To Reproduce*
Steps to reproduce the behavior:
1. Install
2. Run new terminal
*Additional context*
/home/lenovo/.config/synth-shell/synth-shell-greeter.sh:type:799: bad option: -t
/home/lenovo/.config/synth-shell/synth-shell-greeter.sh:type:1287: bad option: -t
/home/lenovo/.config/synth-shell/synth-shell-greeter.sh:type:2301: bad option: -t
/home/lenovo/.config/synth-shell/synth-shell-greeter.sh:type:2638: bad option: -t
__ __
_______ ______ / /_/ /_
/ ___/ / / / __ \/ __/ __ \
/__ / /_/ / / / / /_/ / / /
/____/\__ /_/ /_/\__/_/ /_/
/____/ Unknown Check your config
_____ __ __________ __
/ ___// / / / ____/ / / /
\__ \/ /_/ / __/ / / / /
___/ / __ / /___/ /___/ /___
/____/_/ /_/_____/_____/_____/
SYSTEMCTL FAILED SERVICES:
UNIT LOAD ACTIVE SUB DESCRIPTION
* apache2.service loaded failed failed The Apache HTTP Server
* certbot.service loaded failed failed Certbot
* ***@***.*** loaded failed failed Postfix Mail Transport Agent (instance -)
reportHogsCPU:10: = not found
/home/lenovo/.config/synth-shell/synth-shell-prompt.sh:type:611: bad option: -t
/home/lenovo/.config/synth-shell/synth-shell-prompt.sh:991: = not found
/home/lenovo/.config/synth-shell/alias.sh:480: command not found: complete
betterHistory:4: bad pattern: \033[0;34m[%F
betterHistory:8: command not found: shopt
betterHistory:9: command not found: shopt
—
Reply to this email directly, view it on GitHub
<#266>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC36INSMKNTMZ5KNZAJZFFDZ6IFIFAVCNFSM6AAAAABQ6BOFWCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYZDMNJYGE2TMMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
bash 5.1.16(1) On Pop OS 22.04. |
Would you mind running `type -t` in your terminal and telling me what you
get?
Looking at your first error, line 799, it is liketly this one:
[ "$(type -t include)" != 'function' ]&&{ include(){ { [ -z "$_IR"
]&&_IR="$PWD"&&cd $(dirname "${BASH_SOURCE[0]}")&&include "$1"&&cd
"$_IR"&&unset _IR;}||{ local d=$PWD&&cd "$(dirname "$PWD/$1")"&&.
"$(basename "$1")"&&cd "$d";}||{ echo "Include failed $PWD->$1"&&exit
1;};};}
This declares the include() function, if it does not exist yet, which is
used to fetch the configuration files - I'm talking here from memory, this
might be something else. In any case, this yses the `type -t` command, and
that might be what is failing
…On Thu, Oct 31, 2024 at 3:09 PM watahazawoz ***@***.***> wrote:
bash 5.1.16(1) On Pop OS 22.04.
Also I will now respond from my private account, as I made a mistake and
used a business one.
—
Reply to this email directly, view it on GitHub
<#266 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC36INTU6WUKJU7PXAJ446LZ6I22FAVCNFSM6AAAAABQ6BOFWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBZHE2DONRVGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yes, when I enter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Errors being printed
To Reproduce
Steps to reproduce the behavior:
Additional context
The text was updated successfully, but these errors were encountered: