Skip to content
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

Code Server config for Raspberry Pi #145

Open
dakahler opened this issue Sep 8, 2022 · 2 comments
Open

Code Server config for Raspberry Pi #145

dakahler opened this issue Sep 8, 2022 · 2 comments

Comments

@dakahler
Copy link

dakahler commented Sep 8, 2022

apt installation for .net 6 only works for x64. Since rpi is ARM, I switched the config to use the dotnet-install.sh script.

It would be nice to have this method in the instructions.

init_commands:
  - >-
    wget
    https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb
    -O packages-microsoft-prod.deb
  - dpkg -i packages-microsoft-prod.deb
  - rm packages-microsoft-prod.deb
  - apt-get update
  - apt-get install -y apt-transport-https
  - apt-get update
  - wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
  - chmod +x ./dotnet-install.sh
  - ./dotnet-install.sh -c 6.0
  - export PATH="$PATH:$HOME/.dotnet"
  - . ~/.profile
  - dotnet tool install -g JoySoftware.NetDaemon.HassModel.CodeGen
packages: []
log_level: info
config_path: /
@bentayloruk
Copy link

@dakahler et al. I'm new to HA and the rpi (I impulse purchased the HA Yellow), but would love to get NetDaemon going. Would anyone be able to point me to any existing installation instructions?

@helto4real
Copy link
Contributor

@dakahler et al. I'm new to HA and the rpi (I impulse purchased the HA Yellow), but would love to get NetDaemon going. Would anyone be able to point me to any existing installation instructions?

netdaemon.xyz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants