Update .scripts/install_base.sh
This commit is contained in:
parent
1a54dbb1e7
commit
bbb6bb04f6
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Never ever curl some remote shit straight to shell, like:
|
# 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
|
# curl --proto '=https' --tlsv1.2 -sSf https://inex.dev/v/dotfiles/raw/branch/main/dot_scripts/executable_install_base.sh | sh
|
||||||
# - Seriously, don't do this, it's insecure!
|
# - Seriously, don't do this, it's insecure!
|
||||||
|
|
||||||
# Pacman packages
|
# Pacman packages
|
||||||
|
|
Loading…
Reference in a new issue