From 732b663147d474d216541840db69320dbc4663e5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 1 Nov 2023 02:29:46 -0400 Subject: [PATCH] Update owncast-install.sh tweak --- install/owncast-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/owncast-install.sh b/install/owncast-install.sh index 5b08b076..8514ae8b 100644 --- a/install/owncast-install.sh +++ b/install/owncast-install.sh @@ -13,7 +13,7 @@ setting_up_container network_check update_os -msg_info "Installing Dependencies" +msg_info "Installing Dependencies (Patience)" $STD apt-get install -y curl $STD apt-get install -y sudo $STD apt-get install -y mc @@ -24,7 +24,7 @@ msg_info "Installing Owncast" mkdir /opt/owncast cd /opt/owncast wget -q $(curl -s https://api.github.com/repos/owncast/owncast/releases/latest | grep download | grep linux-64bit | cut -d\" -f4) -unzip owncast*.zip +$STD unzip owncast*.zip rm owncast*.zip msg_ok "Installed Owncast"