Browse Source

add: vpu_starter and extend Quick install

micha 2 years ago
parent
commit
58d36ce294
3 changed files with 31 additions and 0 deletions
  1. 11 0
      README.md
  2. 10 0
      desktop/vpu_live_py 16,8,8.desktop
  3. 10 0
      desktop/vpu_live_py 40,12,5.desktop

+ 11 - 0
README.md

@@ -24,7 +24,13 @@ mkdir /opt/LibreLight
 mkdir /opt/LibreLight/git/
 chown -R user:user /opt/LibreLight
 
+# network namespace" 
 mkdir /opt/netns
+# add to /etc/sudoers 
+user      ALL=(ALL) NOPASSWD:/opt/netns/_exec, /opt/netns/create
+
+# install git
+sudo apt install git
 
 # clone all repos
 wget https://raw.githubusercontent.com/micox4356/LibreLight/master/upgrade.sh 
@@ -34,6 +40,11 @@ sh upgrade.sh
 # install all deb packages
 sudo bash /opt/LibreLight/Xdesk/install.sh
 
+# copy starter to Desktop
+cp /opt/LibreLight/Xdesk/desktop/* /home/user/Desktop
+
+# start LibreLight with
+bash /opt/LibreLight/Xdesk/start.sh
 
 ```
 

+ 10 - 0
desktop/vpu_live_py 16,8,8.desktop

@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=vpu_live.py 40,12,5 
+Comment=
+Exec=python3 /opt/LibreLight/Xdesk/vpu/vpu_live.py -m 40,12,5 
+Icon=view-fullscreen
+Path=
+Terminal=false
+StartupNotify=false

+ 10 - 0
desktop/vpu_live_py 40,12,5.desktop

@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=vpu_live.py 16,8,8
+Comment=
+Exec=python3 /opt/LibreLight/Xdesk/vpu/vpu_live.py -m 16,8,8 
+Icon=view-fullscreen
+Path=
+Terminal=false
+StartupNotify=false