diff --git a/001_apt-sources.sh b/001_apt-sources.sh index 9743dd5..9cbe9ca 100644 --- a/001_apt-sources.sh +++ b/001_apt-sources.sh @@ -1,4 +1,5 @@ # avoid duplicates +set -x rm /etc/apt/sources.list rm /etc/apt/sources.list.d/devuan.list diff --git a/010_eudev.sh b/010_eudev.sh index f49c0b8..8d1193f 100644 --- a/010_eudev.sh +++ b/010_eudev.sh @@ -3,6 +3,7 @@ # apt-get install udev libudev1=232-25+deb9u1 ln -s /etc/apt/sources.list-available/devuan_experimental.list /etc/apt/sources.list.d/devuan_experimental.list apt-get update +apt-get policy eudev apt-get -t experimental install eudev rm /etc/apt/sources.list.d/devuan_experimental.list diff --git a/020_tmux.sh b/020_tmux.sh index b484e0f..23c3f27 100644 --- a/020_tmux.sh +++ b/020_tmux.sh @@ -169,7 +169,7 @@ set -g pane-active-border-fg colour069 # 24 blue # set -g pane-active-border-bg black EOF -mkdir -p ~/.zshrc.d/`` +mkdir -p ~/.zshrc.d/ echo "source /usr/share/zsh/vendor_completions/_tmuxinator" > ~/.zshrc.d/006_tmuxinator.zsh diff --git a/020_zsh.sh b/020_zsh.sh index 7580c6b..a08351f 100644 --- a/020_zsh.sh +++ b/020_zsh.sh @@ -1,5 +1,5 @@ apt-get -y install zsh nodejs-legacy - +set -x # compaudit # There are insecure directories: /usr/local/share/zsh/site-functions # compaudit | xargs chmod g-w