Skip to content

Commit c0495e0

Browse files
committed
add smbclient
1 parent 8a3342f commit c0495e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.setup/gatewaysetup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ sudo apt-get update -m
9999
# echo -e "${CYAN}************* STEP: Running dist-upgrade *************${NC}"
100100
# sudo apt-get dist-upgrade
101101

102+
echo -e "${CYAN}************* STEP: Install latest SMBCLIENT *************${NC}"
103+
sudo apt-get -y install smbclient
104+
102105
echo -e "${CYAN}************* STEP: Installing git & apache2-utils *************${NC}"
103106
sudo apt-get -y install git apache2-utils
104107

0 commit comments

Comments
 (0)