Compare commits

..

No commits in common. "ec4ef71a559c680f1a61c900afce96cecfaa2699" and "bd870bce092f980dcf0f229b041202975d42ba5a" have entirely different histories.

View File

@ -2,7 +2,7 @@
execute 'apt update' execute 'apt update'
# Install the necessary packages: # Install the necessary packages:
%w[build-essential zsh vim-nox debian-keyring curl direnv jq avahi-daemon].each do |pkg| %w[build-essential zsh vim-nox debian-keyring screen curl dstat direnv jq avahi-daemon].each do |pkg|
package pkg package pkg
end end