example of what not to do
This commit is contained in:
parent
0174282938
commit
27fd6857f9
|
@ -1,4 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Never ever curl some remote shit straight to shell, like:
|
||||
# curl --proto '=https' --tlsv1.2 -sSf https://inex.dev/v/dotfiles/raw/branch/main/install_base.sh | sh
|
||||
# - Seriously, don't do this, it's insecure!
|
||||
|
||||
# Pacman packages
|
||||
sudo pacman --needed --noconfirm -Syu base-devel htop ranger git screen ncdu neovim pipewire sway swaybg xorg-server xorg-xwayland chezmoi
|
||||
|
|
Loading…
Reference in a new issue