fix
This commit is contained in:
@@ -1043,6 +1043,7 @@ CONFIG_SOUND=y
|
||||
# Advanced Linux Sound Architecture
|
||||
#
|
||||
# CONFIG_SND is not set
|
||||
CONFIG_SND=y
|
||||
|
||||
#
|
||||
# Open Sound System
|
||||
|
||||
@@ -50,7 +50,7 @@ xterm*faceName: Terminus
|
||||
xterm*faceSize: 10
|
||||
EOF
|
||||
|
||||
cat >> /etc/skel/bash.bashrc <<'EOF'
|
||||
cat >> /etc/skel/.bashrc <<'EOF'
|
||||
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
||||
alias apt='apt-get'
|
||||
if [ -x /usr/bin/dircolors ]; then
|
||||
@@ -68,7 +68,7 @@ chmod 0644 \
|
||||
/etc/skel/.gtkrc-2.0 \
|
||||
/etc/skel/.Xresources \
|
||||
/etc/skel/.fluxbox/init \
|
||||
/etc/skel/bash.bashrc
|
||||
/etc/skel/.bashrc
|
||||
|
||||
# Locale
|
||||
if [ -x /usr/sbin/locale-gen ]; then
|
||||
|
||||
Reference in New Issue
Block a user