scripts/grml-config.sh: use https instead of http
authorMichael Prokop <mika@grml.org>
Fri, 4 Dec 2020 10:10:50 +0000 (11:10 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 4 Dec 2020 10:10:50 +0000 (11:10 +0100)
scripts/grml-config.sh

index 6498f28..738d3c8 100644 (file)
@@ -1,9 +1,9 @@
 #!/bin/sh
 # IMPORTANT: please note that you might override existing
 # configuration files in the current working directory! =>
-wget -O .screenrc     http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
-wget -O .tmux.conf    http://git.grml.org/f/grml-etc-core/etc/tmux.conf
-wget -O .vimrc        http://git.grml.org/f/grml-etc-core/etc/vim/vimrc
-wget -O .zshrc        http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
+wget -O .screenrc     https://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
+wget -O .tmux.conf    https://git.grml.org/f/grml-etc-core/etc/tmux.conf
+wget -O .vimrc        https://git.grml.org/f/grml-etc-core/etc/vim/vimrc
+wget -O .zshrc        https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
 # optional:
-# wget -O .zshrc.local        http://git.grml.org/f/grml-etc-core/etc/skel/.zshrc
+# wget -O .zshrc.local        https://git.grml.org/f/grml-etc-core/etc/skel/.zshrc