mirror of
https://github.com/likeablob/macmini.git
synced 2025-01-14 08:32:47 +00:00
Merge pull request #8 from likeablob/develop
fix: fix bug in install.sh
This commit is contained in:
commit
2ab036ce61
@ -27,10 +27,10 @@ apt update && apt install -y -q \
|
|||||||
|
|
||||||
fc-cache -fv # just in case
|
fc-cache -fv # just in case
|
||||||
|
|
||||||
cp -a config/.xinitrc ~/.xinitrc
|
cp -a config/.xinitrc /home/${SUDO_USER}/.xinitrc
|
||||||
cp -a config/.xsession ~/.xsession
|
cp -a config/.xsession /home/${SUDO_USER}/.xsession
|
||||||
cp -a config/.Xdefaults ~/.Xdefaults
|
cp -a config/.Xdefaults /home/${SUDO_USER}/.Xdefaults
|
||||||
cp -a config/xstartup ~/.vnc/
|
cp -a config/xstartup /home/${SUDO_USER}/.vnc/
|
||||||
cp config/99-fbdev.conf /etc/X11/xorg.conf.d/
|
cp config/99-fbdev.conf /etc/X11/xorg.conf.d/
|
||||||
cp config/fbtft.conf /etc/modprobe.d/
|
cp config/fbtft.conf /etc/modprobe.d/
|
||||||
echo fbtft_device > /etc/modules-load.d/fbtft.conf
|
echo fbtft_device > /etc/modules-load.d/fbtft.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user