diff --git a/il-sources.list b/il-sources.list new file mode 100644 index 0000000..7745b84 --- /dev/null +++ b/il-sources.list @@ -0,0 +1,5 @@ +# Debian Repo +deb https://debian.interhost.co.il/debian/ bookworm main + +# Debian Security Repo +deb https://deb.debian.org/debian bookworm-security main diff --git a/init.sh b/init.sh index 701bbcc..bdfb871 100755 --- a/init.sh +++ b/init.sh @@ -2,8 +2,10 @@ sed -i -e "s@^deb cdrom@# deb cdrom@g" /etc/apt/sources.list +cp -vf il-sources.list /etc/apt/sources.list.d/il-sources.list && \ + rm -vf /etc/apt/sources.list.d/debian.sources + apt update apt install -y $(cat init-packages) - sed -i -e "s@mouse\=a@mouse=r@g" /usr/share/vim/vim*/defaults.vim