File tree Expand file tree Collapse file tree 2 files changed +2
-25
lines changed
package/root/usr/local/sbin Expand file tree Collapse file tree 2 files changed +2
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33set -xe
44
55# Install relevant libraries and applications
6- echo " \nInstalling programs...\n"
76add-apt-repository -y ppa:rvm/smplayer
7+ add-apt-repository -y ppa:longsleep/ubuntu-pine64-flavour-makers
88apt-get -y update
9- apt-get -y install aisleriot build-essential emacs gcc geany gimp git gnomine gnome-sudoku htop libpixman-1-dev libvdpau-dev mplayer scratch smplayer smplayer-skins smplayer-themes smtube vim
10- echo " \nInstalled!!!\n"
9+ apt-get -y install aisleriot build-essential emacs gcc geany gimp git gnomine gnome-sudoku htop libpixman-1-dev libvdpau-dev libvdpau-sunxi1 mplayer scratch smplayer smplayer-skins smplayer-themes smtube vim
1110
12-
13- # Solve video issue of cannot stream video smoothly
14- echo " \nFix Pinebook video...\n"
15- git clone https://github.com/linux-sunxi/libcedrus.git
16- make -C libcedrus install
17- git clone https://github.com/linux-sunxi/libvdpau-sunxi.git
18- make -C libvdpau-sunxi install
19- ln -s /usr/lib/aarch64-linux-gnu/vdpau/libvdpau_sunxi.so.1 /usr/lib/libvdpau_nvidia.so
20- rm -rf libcedrus libvdpau-sunxi
21- echo " \nPinebook video is fixed!!!\n"
22-
23-
24- # Remove scripts that may cause the system crash
25- # rm -rf /usr/local/sbin/pine64*
2611apt-get -y upgrade
2712apt-get -y update
You can’t perform that action at this time.
0 commit comments