Formatting and hash-bangs (#40)
* Formatting and hash-bangs * Fixed missing slash
This commit is contained in:
committed by
Tomas-M
parent
739c96d096
commit
761edab4ee
@@ -1,10 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get update
|
||||
apt-get install --yes --no-install-recommends \
|
||||
firmware-linux-free firmware-linux-nonfree \
|
||||
firmware-atheros firmware-iwlwifi firmware-zd1211 firmware-realtek \
|
||||
firmware-bnx2 firmware-brcm80211 firmware-cavium \
|
||||
firmware-ipw2x00 firmware-libertas \
|
||||
firmware-linux-free \
|
||||
firmware-linux-nonfree \
|
||||
firmware-atheros \
|
||||
firmware-iwlwifi \
|
||||
firmware-zd1211 \
|
||||
firmware-realtek \
|
||||
firmware-bnx2 \
|
||||
firmware-brcm80211 \
|
||||
firmware-cavium \
|
||||
firmware-ipw2x00 \
|
||||
firmware-libertas \
|
||||
firmware-ti-connectivity
|
||||
|
||||
. ../../cleanup
|
||||
|
||||
@@ -1,8 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get update
|
||||
apt-get install --yes --no-install-recommends xserver-xorg xinit xterm \
|
||||
blackbox libxcursor1 breeze-cursor-theme x11-utils wmctrl xdotool \
|
||||
libdrm-intel1 libgl1-mesa-dri libglu1-mesa
|
||||
apt-get install --yes --no-install-recommends \
|
||||
xserver-xorg \
|
||||
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
|
||||
# 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
|
||||
|
||||
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
|
||||
|
||||
(cd rootcopy && cp --parents -afr * /)
|
||||
|
||||
@@ -3,7 +3,12 @@
|
||||
CWD=$(dirname $(readlink -f $0))
|
||||
|
||||
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
|
||||
|
||||
(cd rootcopy && cp --parents -afr * /)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get update
|
||||
apt-get install --yes --no-install-recommends chromium
|
||||
|
||||
Reference in New Issue
Block a user