From 15987f688a8f611e70864603772174f06cb716a1 Mon Sep 17 00:00:00 2001 From: zawz Date: Thu, 2 Jul 2020 12:09:23 +0200 Subject: [PATCH] HTTPS official repo --- .config.example | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config.example b/.config.example index 2d5c025..0946606 100644 --- a/.config.example +++ b/.config.example @@ -1,7 +1,7 @@ # zpkg server config # public address of the HTTP server -HTTP_ADDRESS=http://example.com +HTTP_ADDRESS=https://example.com # address of the SSH server SSH_ADDRESS=user@example.com diff --git a/README.md b/README.md index e6df8c7..757b439 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Basic and simple packaging system Designed to be used by anyone and deployed anywhere, it is a very basic packaging system with basic functionnality but very portable -Official repo: [http://zpkg.zawz.net](http://zpkg.zawz.net) +Official repo: [https://zpkg.zawz.net](https://zpkg.zawz.net) ## As user @@ -21,7 +21,7 @@ Optional: ### Installing ```shell -wget http://zpkg.zawz.net/install.sh +wget https://zpkg.zawz.net/install.sh sh install.sh ``` > By default the config is installed to /etc/zpkg