From 4d78d15065dce1b7294de245a02bf36f2c3d787e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:11:10 +0200 Subject: [PATCH] fixed typo --- install/fhem-install.sh | 2 +- install/homebridge-install.sh | 2 +- install/paymenter-install.sh | 2 +- install/sftpgo-install.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install/fhem-install.sh b/install/fhem-install.sh index 5f86d8fa0..6e1f321b9 100644 --- a/install/fhem-install.sh +++ b/install/fhem-install.sh @@ -19,7 +19,7 @@ $STD apt-get install -y gnupg2 msg_ok "Installed Dependencies" msg_info "Setting up Fhem Repository" -curl -fsSLSf https://debian.fhem.de/archive.key | gpg --dearmor >/etc/apt/trusted.gpg.d/debianfhemde-archive-keyring.gpg +curl -fsSL https://debian.fhem.de/archive.key | gpg --dearmor >/etc/apt/trusted.gpg.d/debianfhemde-archive-keyring.gpg echo 'deb [signed-by=/etc/apt/trusted.gpg.d/debianfhemde-archive-keyring.gpg] https://debian.fhem.de/nightly/ /' >/etc/apt/sources.list.d/fhem.list msg_ok "Set up Fhem Repository" diff --git a/install/homebridge-install.sh b/install/homebridge-install.sh index a99ace193..59751689e 100644 --- a/install/homebridge-install.sh +++ b/install/homebridge-install.sh @@ -19,7 +19,7 @@ $STD apt-get install -y gnupg2 msg_ok "Installed Dependencies" msg_info "Setting up Homebridge Repository" -curl -fsSLSf https://repo.homebridge.io/KEY.gpg | gpg --dearmor >/etc/apt/trusted.gpg.d/homebridge.gpg +curl -fsSL https://repo.homebridge.io/KEY.gpg | gpg --dearmor >/etc/apt/trusted.gpg.d/homebridge.gpg echo 'deb [signed-by=/etc/apt/trusted.gpg.d/homebridge.gpg] https://repo.homebridge.io stable main' >/etc/apt/sources.list.d/homebridge.list msg_ok "Set up Homebridge Repository" diff --git a/install/paymenter-install.sh b/install/paymenter-install.sh index 461f620d1..d0f090b82 100644 --- a/install/paymenter-install.sh +++ b/install/paymenter-install.sh @@ -25,7 +25,7 @@ $STD apt-get install -y \ mariadb-server \ nginx \ redis-server -$STD curl -fsSLS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer +$STD curl -fsSL https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer msg_ok "Installed Dependencies" msg_info "Installing Paymenter" diff --git a/install/sftpgo-install.sh b/install/sftpgo-install.sh index c21fc11d9..98b70b276 100644 --- a/install/sftpgo-install.sh +++ b/install/sftpgo-install.sh @@ -30,7 +30,7 @@ set -o pipefail msg_ok "Installed Golang" msg_info "Installing SFTPGo" -curl -fsSLS https://ftp.osuosl.org/pub/sftpgo/apt/gpg.key | gpg --dearmor -o /usr/share/keyrings/sftpgo-archive-keyring.gpg +curl -fsSL https://ftp.osuosl.org/pub/sftpgo/apt/gpg.key | gpg --dearmor -o /usr/share/keyrings/sftpgo-archive-keyring.gpg echo "deb [signed-by=/usr/share/keyrings/sftpgo-archive-keyring.gpg] https://ftp.osuosl.org/pub/sftpgo/apt bookworm main" >/etc/apt/sources.list.d/sftpgo.list $STD apt-get update $STD apt-get install -y sftpgo