From 27fd6857f97546c00532e420b43930ba40338eb5 Mon Sep 17 00:00:00 2001 From: V Date: Thu, 24 Nov 2022 20:11:50 +0400 Subject: [PATCH] example of what not to do --- install_base.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install_base.sh b/install_base.sh index c80961e..8d30ad1 100755 --- a/install_base.sh +++ b/install_base.sh @@ -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