-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit sources.list with sed instead of appending.
Reduce apps list to "basic". Add lightdm config files. (Will go in bunsen-configs later.)
- Loading branch information
Showing
10 changed files
with
413 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
sed -r 's/(^deb [^ ]*)( jessie | jessie-updates | jessie\/updates | jessie-backports ).*$/\1\2 main contrib non-free/g' /etc/apt/sources.list 2> >( tee -a "$logfile" ) > sysfiles1/etc/apt/sources.list || giveup "There was a problem editing sources.list." 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
# Packages here will be installed without recommends. | ||
openbox | ||
obconf | ||
thunar | ||
network-manager-gnome | ||
network-manager-openvpn-gnome | ||
network-manager-pptp-gnome | ||
network-manager-vpnc-gnome | ||
lightdm | ||
obmenu | ||
desktop-base | ||
tint2 | ||
clipit | ||
suckless-tools | ||
gmrun | ||
nitrogen | ||
hsetroot | ||
conky-all | ||
compton | ||
terminator | ||
file-roller | ||
geany | ||
viewnior | ||
synaptic | ||
lxappearance | ||
xfce4-notifyd | ||
libnotify-bin | ||
gksu | ||
zenity | ||
arandr | ||
xinput | ||
xsel | ||
xdotool | ||
htop | ||
fbxkb | ||
scrot | ||
thunar-volman | ||
python-xdg | ||
python-notify | ||
flashplugin-nonfree | ||
gnome-keyring | ||
libpam-gnome-keyring | ||
xfce4-screenshooter | ||
xscreensaver | ||
ntp | ||
curl | ||
gparted | ||
file-roller | ||
gdebi | ||
fonts-dejavu | ||
fonts-droid | ||
fonts-freefont-ttf | ||
fonts-liberation | ||
ttf-mscorefonts-installer | ||
dmz-cursor-theme | ||
gtk2-engines-murrine | ||
gtk2-engines-pixbuf | ||
gtk2-engines | ||
gimp | ||
gimp-plugin-registry | ||
evince | ||
gnumeric | ||
galculator | ||
gigolo | ||
catfish | ||
gsimplecal | ||
gtrayicon | ||
xchat | ||
transmission-gtk | ||
xfce4-power-manager | ||
xfce4-power-manager-plugins | ||
thunar-archive-plugin | ||
thunar-media-tags-plugin | ||
geany-plugins | ||
ghostscript |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# Packages here will be installed with recommends. | ||
# comments are allowed | ||
policykit-1 # comments after entries are OK too | ||
xorg | ||
iceweasel | ||
wireless-tools | ||
firmware-linux | ||
firmware-iwlwifi | ||
firmware-ralink | ||
firmware-ipw2x00 | ||
firmware-realtek | ||
intel-microcode | ||
amd64-microcode | ||
e2fsprogs | ||
xfsprogs | ||
reiserfsprogs | ||
reiser4progs | ||
jfsutils | ||
ntfs-3g | ||
fuse | ||
gvfs | ||
gvfs-fuse | ||
fusesmb | ||
unrar | ||
unace | ||
unalz | ||
unzip | ||
lzop | ||
rzip | ||
zip | ||
xz-utils | ||
arj | ||
bzip2 | ||
alsa-base | ||
alsa-utils | ||
vlc | ||
vlc-plugin-notify | ||
lame | ||
pulseaudio | ||
pulseaudio-module-x11 | ||
xfce4-mixer | ||
xfce4-volumed | ||
pavucontrol | ||
xfburn | ||
volumeicon-alsa | ||
bash-completion | ||
lintian | ||
libnss-mdns | ||
gvfs-bin | ||
gvfs-backends | ||
python-keybinder | ||
xdg-utils | ||
rsync | ||
anacron | ||
usbutils | ||
wmctrl | ||
menu | ||
bc | ||
screen | ||
cowsay | ||
figlet | ||
whois | ||
rpl | ||
cpufrequtils | ||
debconf-utils | ||
apt-xapian-index | ||
build-essential | ||
user-setup | ||
avahi-utils | ||
avahi-daemon | ||
ftp | ||
openssh-client | ||
sshfs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,3 @@ | ||
# Packages here will be installed with recommends. | ||
# comments are allowed | ||
policykit-1 # comments after entries are OK too | ||
xorg | ||
iceweasel | ||
wireless-tools | ||
firmware-linux | ||
firmware-iwlwifi | ||
firmware-ralink | ||
firmware-ipw2x00 | ||
firmware-realtek | ||
intel-microcode | ||
amd64-microcode | ||
e2fsprogs | ||
xfsprogs | ||
reiserfsprogs | ||
reiser4progs | ||
jfsutils | ||
ntfs-3g | ||
fuse | ||
gvfs | ||
gvfs-fuse | ||
fusesmb | ||
unrar | ||
unace | ||
unalz | ||
unzip | ||
lzop | ||
rzip | ||
zip | ||
xz-utils | ||
arj | ||
bzip2 | ||
alsa-base | ||
alsa-utils | ||
vlc | ||
vlc-plugin-notify | ||
lame | ||
pulseaudio | ||
pulseaudio-module-x11 | ||
xfce4-mixer | ||
xfce4-volumed | ||
pavucontrol | ||
xfburn | ||
volumeicon-alsa | ||
bash-completion | ||
lintian | ||
libnss-mdns | ||
gvfs-bin | ||
gvfs-backends | ||
python-keybinder | ||
xdg-utils | ||
rsync | ||
anacron | ||
usbutils | ||
wmctrl | ||
menu | ||
bc | ||
screen | ||
cowsay | ||
figlet | ||
whois | ||
rpl | ||
cpufrequtils | ||
debconf-utils | ||
apt-xapian-index | ||
build-essential | ||
user-setup | ||
avahi-utils | ||
avahi-daemon | ||
ftp | ||
openssh-client | ||
sshfs | ||
# Base install |
Oops, something went wrong.