[LINUX] XBMScript - Easy installation for Ubuntu Jaunty Jackalope (9.04)

  Thread Rating:
  • 5 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Krautmaster Offline
Senior Member
Posts: 198
Joined: Jul 2010
Reputation: 1
Post: #551
when will there be a new version with the new xbmc version?

A all in one skript for DVB ink VDR will be fine.
find quote
derek! Offline
Junior Member
Posts: 3
Joined: Jul 2010
Reputation: 0
Post: #552
so i was looking through this script, and noticed some funny things.

im just wondering why these are in there, i didnt bother to read all through and see if/when/why they are called but still




Code:
echo Setting up FTP...!
  apt-get install vsftpd -y
  useradd -d /data -m aurigahd -p sa9/lpYAc9V8A


Code:
#pc
  echo "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEApPaKkGfYAN83VH8BiPVBcXjzs/ot0wYtiOqKfYWwlWsJq+pgyEEqJjoHJQqgyB/F000qjrP2HNsSwm/poFHL4x2rRPWuaO3bKR68fneNsoACQ+i/I9he6O9xVPb+ISyDeSvkEFg3VexD8mlxfb1DPPTQzr7BymfzFFpDzCfJAPk= rsa-key-20091003" >> ~/.ssh/authorized_keys
  #laptop
  echo "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEAmRjlCdgM+cmanHOI6Vq4GXbBhp2pyiAXW2jlXeNNTta0xu7/FNi2ldMj9YBOE/z6HI+ou681ENbOqyVtLS9KDE2RgS2vI5w+F+77rH680McZdQwUgkAA/9nStIVExthnA8qIqY0bw9f6p1w8ybbIU3xIJlAS+7Xd29LHW89lhU8= rsa-key-20091005" >> ~/.ssh/authorized_keys
  chmod 644 ~/.ssh/authorized_keys
  chown -R xbmc:xbmc ~/.ssh/authorized_keys
  STATUS='\E[1;32m\033[1mAuriga Preparation finished!\033[0m'
find quote
flxfxp Offline
Member+
Posts: 403
Joined: Jul 2008
Reputation: 0
Post: #553
There will probably be no new version with the 10 release because I'm working as well on XCI. The stuff that you mention is just some stuff to ease personal installations, pub keys and such, nothing interesting Smile They are called when you type "sysprep" in the menu.

XBMScript - Easy installation for Ubuntu Jaunty Jackalope (9.04)
Installing XBMC on Ubuntu can't get easier than this!
Before posting error/feature questions regarding XBMScript, read THIS
Run as root. Don't be a pussy
find quote
X3lectric Offline
Closed Account
Posts: 1,756
Joined: Feb 2006
Location: in a Dropbox
Post: #554
Ya, FLX is working on XCI python addon for xbmc, which basically is XCI but can run both from terminal and from xbmc.
For progress on that only FLX can say.

As for XCI as you know it, I'm working on it by myself, andy has disappeared and noone is helping with this massive script, so lucid support is slow coming, specially since not even xbmc is not really working that well in lucid minimal. I however started working towards this end, realistically speaking, minimal karmic+xci is the way to go for now.

I've updated XCI and have added Team iQuik PPA's (something I been working for a long while), 256 driver, 5.1 higher audio setup, 1.0.23 alsa, sabnzbd+ 0.50 (backport), vsftpd and added Asrock HT remote fixes for certain kernels amongst a zillion other changes & tweaks.

To come I will add further NFS client shares automount at some stage to add to the already NFS stuff in XCI, since smb is not all that.

As for VDR, if anyone wants that all they need to do is change the current official repositories for xbmc and add the vdr repositories instead on the script, I have 0 interest, need or hardware to test it and since all the donations were already spent on adding other hardware support, I cant afford to buy anymore stuff so direct testing is not possible.
find quote
Post Reply