This website works better with JavaScript.
Home
Help
Sign In
hms
/
pisdr-rpi-image
mirror of
https://github.com/luigifreitas/pisdr-image
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
14
Wiki
Activity
Browse Source
Update packages.
pull/71/head
luigifcruz
2 years ago
parent
1b073882f8
commit
8c3fb5d43a
3 changed files
with
3 additions
and
11 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
stage3/00-install-packages/00-packages
+2
-2
stage3/00-install-packages/00-packages-nr
+0
-8
stage3/00-install-packages/01-run.sh
+ 1
- 1
stage3/00-install-packages/00-packages
View File
@@ -1,4 +1,4 @@
gstreamer1.0-x gstreamer1.0-
omx gstreamer1.0-
plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-alsa gstreamer1.0-libav
gstreamer1.0-x gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-alsa gstreamer1.0-libav
qpdfview gtk2-engines alsa-utils
desktop-base
git
+ 2
- 2
stage3/00-install-packages/00-packages-nr
View File
@@ -1,6 +1,6 @@
xserver-xorg-video-fbdev
xserver-xorg xinit
xserver-xorg-video-fbturbo
xserver-xorg xinit
mousepad
lxde lxtask menu-xdg
zenity xdg-utils
gvfs-backends gvfs-fuse
lightdm gnome-themes-standard
-data
gnome-icon-theme
lightdm gnome-themes-standard gnome-icon-theme
+ 0
- 8
stage3/00-install-packages/01-run.sh
View File
@@ -1,8 +0,0 @@
#!/bin/bash -e
on_chroot << EOF
update-alternatives --install /usr/bin/x-www-browser \
x-www-browser /usr/bin/chromium-browser 86
update-alternatives --install /usr/bin/gnome-www-browser \
gnome-www-browser /usr/bin/chromium-browser 86
EOF
Write
Preview
Loading…
Cancel
Save