Commit cc72e2a7 authored by Chris Rohlfs's avatar Chris Rohlfs Committed by GitHub
Browse files

Update softy

Fix dependendies typo
parent 1908bb86
...@@ -334,7 +334,7 @@ install_transmission (){ ...@@ -334,7 +334,7 @@ install_transmission (){
#------------------------------------------------------------------------------------------------------------------------------------------ #------------------------------------------------------------------------------------------------------------------------------------------
# transmission # transmission
#------------------------------------------------------------------------------------------------------------------------------------------ #------------------------------------------------------------------------------------------------------------------------------------------
install_packet "debconf-utils unzip build-essential html2text apt-transport-https" "Downloading dependendies" install_packet "debconf-utils unzip build-essential html2text apt-transport-https" "Downloading dependencies"
install_packet "transmission-cli transmission-common transmission-daemon" "Install torrent server" install_packet "transmission-cli transmission-common transmission-daemon" "Install torrent server"
# systemd workaround # systemd workaround
# https://forum.armbian.com/index.php?/topic/4017-programs-does-not-start-automatically-at-boot/ # https://forum.armbian.com/index.php?/topic/4017-programs-does-not-start-automatically-at-boot/
...@@ -838,7 +838,7 @@ fi ...@@ -838,7 +838,7 @@ fi
# Install basic stuff # Install basic stuff
# #
echo "Downloading dependendies" echo "Downloading dependencies"
apt-get -qq -y --no-install-recommends install debconf-utils unzip build-essential html2text apt-transport-https dialog whiptail \ apt-get -qq -y --no-install-recommends install debconf-utils unzip build-essential html2text apt-transport-https dialog whiptail \
lsb-release bc expect html2text > /dev/null lsb-release bc expect html2text > /dev/null
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment