mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-04 00:01:36 +01:00
Add pacman
This commit is contained in:
@@ -72,7 +72,7 @@ if bashio::config.has_value 'networkdisks'; then
|
||||
bashio::log.fatal "Here is some debugging info :"
|
||||
|
||||
# Provide debugging info
|
||||
smbclient -V &>/dev/null || apt-get install smbclient || apk add --no-cache samba-client
|
||||
smbclient -V &>/dev/null || apt-get install smbclient &>/dev/null || apk add --no-cache samba-client &>/dev/null || pacman -S smbclient
|
||||
#smbclient $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true
|
||||
smbclient -L $disk -U "$CIFS_USERNAME%$CIFS_PASSWORD" || true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user