Installation Snowflake?

Alright, this is after a fresh install, having only adguard&unbound, and snowflake build via golang running. I then proceeded to install go via ‘sudo dietpi-software install 188’.

$ echo “$PATH”
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
$ cat /etc/bashrc.d/go.sh
cat: /etc/bashrc.d/go.sh: Datei oder Verzeichnis nicht gefunden

I did notice this output on my screen after installation.


 DietPi-Software
─────────────────────────────────────────────────────
 Step: Installing Go: Runtime environment and package installer

[  OK  ] DietPi-Software | cd /tmp/DietPi-Software
[  OK  ] DietPi-Software | curl -sSfL https://golang.org/dl/go1.19.2.linux-arm64.tar.gz -o go1.19.2.linux-arm64.tar.gz
[  OK  ] DietPi-Software | tar xf go1.19.2.linux-arm64.tar.gz --one-top-level=/usr/local
[  OK  ] DietPi-Software | rm go1.19.2.linux-arm64.tar.gz
export PATH="$PATH:/usr/local/go/bin" /etc/bashrc.d/go.sh
/boot/dietpi/dietpi-software: line 3204: /etc/bashrc.d/go.sh: No such file or directory