This commit is contained in:
Eliezer Croitoru 2024-01-30 08:24:22 +00:00
parent 83ac79fdc6
commit 93de3792cb
2 changed files with 8 additions and 1 deletions

5
il-sources.list Normal file
View File

@ -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

View File

@ -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