parent
739c96d096
commit
761edab4ee
|
|
@ -1,10 +1,18 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --yes --no-install-recommends \
|
apt-get install --yes --no-install-recommends \
|
||||||
firmware-linux-free firmware-linux-nonfree \
|
firmware-linux-free \
|
||||||
firmware-atheros firmware-iwlwifi firmware-zd1211 firmware-realtek \
|
firmware-linux-nonfree \
|
||||||
firmware-bnx2 firmware-brcm80211 firmware-cavium \
|
firmware-atheros \
|
||||||
firmware-ipw2x00 firmware-libertas \
|
firmware-iwlwifi \
|
||||||
|
firmware-zd1211 \
|
||||||
|
firmware-realtek \
|
||||||
|
firmware-bnx2 \
|
||||||
|
firmware-brcm80211 \
|
||||||
|
firmware-cavium \
|
||||||
|
firmware-ipw2x00 \
|
||||||
|
firmware-libertas \
|
||||||
firmware-ti-connectivity
|
firmware-ti-connectivity
|
||||||
|
|
||||||
. ../../cleanup
|
. ../../cleanup
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,19 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --yes --no-install-recommends xserver-xorg xinit xterm \
|
apt-get install --yes --no-install-recommends \
|
||||||
blackbox libxcursor1 breeze-cursor-theme x11-utils wmctrl xdotool \
|
xserver-xorg \
|
||||||
libdrm-intel1 libgl1-mesa-dri libglu1-mesa
|
xinit \
|
||||||
|
xterm \
|
||||||
|
blackbox \
|
||||||
|
libxcursor1 \
|
||||||
|
breeze-cursor-theme \
|
||||||
|
x11-utils \
|
||||||
|
wmctrl \
|
||||||
|
xdotool \
|
||||||
|
libdrm-intel1 \
|
||||||
|
libgl1-mesa-dri \
|
||||||
|
libglu1-mesa
|
||||||
|
|
||||||
# use only white cursors. There were some troubles if the other cursors
|
# use only white cursors. There were some troubles if the other cursors
|
||||||
# was left behind, installing gtk apps reverted the cursor from white to gray,
|
# was left behind, installing gtk apps reverted the cursor from white to gray,
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,14 @@ VERSION=1.3.5
|
||||||
# first install stock version
|
# first install stock version
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --no-install-recommends --yes $NAME feh compton volumeicon-alsa murrine-themes scrot
|
apt-get install --no-install-recommends --yes \
|
||||||
|
$NAME \
|
||||||
|
feh \
|
||||||
|
compton \
|
||||||
|
volumeicon-alsa \
|
||||||
|
murrine-themes \
|
||||||
|
scrot
|
||||||
|
|
||||||
. ../../cleanup
|
. ../../cleanup
|
||||||
|
|
||||||
(cd rootcopy && cp --parents -afr * /)
|
(cd rootcopy && cp --parents -afr * /)
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,12 @@
|
||||||
CWD=$(dirname $(readlink -f $0))
|
CWD=$(dirname $(readlink -f $0))
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --no-install-recommends --yes leafpad qalculate-gtk pcmanfm wicd
|
apt-get install --no-install-recommends --yes /
|
||||||
|
leafpad /
|
||||||
|
qalculate-gtk /
|
||||||
|
pcmanfm /
|
||||||
|
wicd
|
||||||
|
|
||||||
. ../../cleanup
|
. ../../cleanup
|
||||||
|
|
||||||
(cd rootcopy && cp --parents -afr * /)
|
(cd rootcopy && cp --parents -afr * /)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --yes --no-install-recommends chromium
|
apt-get install --yes --no-install-recommends chromium
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue