nurChrisYT

ioBroker_install_Proxmox_VE

Aug 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Install routine for Ubuntu (Proxmox Container)
  2.  
  3. apt install curl
  4. curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
  5. sudo apt-get install -y nodejs
  6.  
  7. node -v
  8. nodejs -v
  9. npm -v
  10.  
  11. sudo -H npm install -g npm@6
  12.  
  13. curl -sL https://iobroker.net/install.sh | bash -
  14.  
  15.  
  16. Durchreichen von USB Zigbee Stick
  17. http://coldcorner.de/2018/07/12/proxmox-usb-passthrough-fuer-lxc-container-z-wave-uzb1/
Add Comment
Please, Sign In to add comment