mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Debian desktop environment updates
- Update qutebrowser config - Remove typescript linter 'typecheck' - Add debian preseed configuration - Change gtk theme - Change vagrant source - Refactor sync script
This commit is contained in:
parent
a523e0d122
commit
e3f1d1e1b5
6 changed files with 469 additions and 28 deletions
|
|
@ -4,8 +4,8 @@ function main
|
|||
log 'Upgrading debian to unstable.' head
|
||||
|
||||
echo '
|
||||
deb http://deb.debian.org/debian unstable main contrib non-free
|
||||
deb-src http://deb.debian.org/debian unstable main contrib non-free' | sudo tee /etc/apt/sources.list
|
||||
deb http://ftp.us.debian.org/debian unstable main contrib non-free
|
||||
deb-src http://ftp.us.debian.org/debian unstable main contrib non-free' | sudo tee /etc/apt/sources.list
|
||||
|
||||
sudo apt-get update > /dev/null 2>&1
|
||||
sudo apt-get dist-upgrade --yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue