We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3342f commit c0495e0Copy full SHA for c0495e0
.setup/gatewaysetup.sh
@@ -99,6 +99,9 @@ sudo apt-get update -m
99
# echo -e "${CYAN}************* STEP: Running dist-upgrade *************${NC}"
100
# sudo apt-get dist-upgrade
101
102
+echo -e "${CYAN}************* STEP: Install latest SMBCLIENT *************${NC}"
103
+sudo apt-get -y install smbclient
104
+
105
echo -e "${CYAN}************* STEP: Installing git & apache2-utils *************${NC}"
106
sudo apt-get -y install git apache2-utils
107
0 commit comments