Skip to content

Commit 691c37c

Browse files
committed
Preinstall apps and add pinebook background image files
1 parent 83bf8d6 commit 691c37c

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

package/root/usr/local/sbin/pinebook_change_background.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

package/root/usr/local/sbin/pinebook_preinstall_apps.sh

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,10 @@
33
set -xe
44

55
#Install relevant libraries and applications
6-
echo "\nInstalling programs...\n"
76
add-apt-repository -y ppa:rvm/smplayer
7+
add-apt-repository -y ppa:longsleep/ubuntu-pine64-flavour-makers
88
apt-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*
2611
apt-get -y upgrade
2712
apt-get -y update

0 commit comments

Comments
 (0)