Skip to content
This repository was archived by the owner on Mar 5, 2019. It is now read-only.

Commit 6c9811b

Browse files
datedfaustbrian
authored andcommitted
fix: add 'apt-transport-https' to base dependencies (#64)
1 parent 7855680 commit 6c9811b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install_base_dependencies ()
2424
heading "Installing system dependencies..."
2525

2626
sudo apt-get update >> "$commander_log" 2>&1
27-
sudo apt-get install -y git curl | tee -a "$commander_log"
27+
sudo apt-get install -y git curl apt-transport-https | tee -a "$commander_log"
2828

2929
nodejs_install
3030

0 commit comments

Comments
 (0)