mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
do not cleanup as part of ncp-update
This commit is contained in:
parent
c726250172
commit
1483c724ef
@ -30,6 +30,8 @@ Use QEMU to automatically generate Raspbian Images with Nextcloud
|
|||||||
* Dynamic DNS support for no-ip.org ( NEW 03-05-2017 )
|
* Dynamic DNS support for no-ip.org ( NEW 03-05-2017 )
|
||||||
* dnsmasq DNS server with DNS cache ( NEW 03-09-2017 )
|
* dnsmasq DNS server with DNS cache ( NEW 03-09-2017 )
|
||||||
* ModSecurity Web Application Firewall ( NEW 03-23-2017 )
|
* ModSecurity Web Application Firewall ( NEW 03-23-2017 )
|
||||||
|
* NFS ready to mount your files over LAN ( NEW 04-13-2017 )
|
||||||
|
* SAMBA ready to share your files with Windows/Mac/Linux ( NEW 04-16-2017 )
|
||||||
* Remote updates ( NEW 03-31-2017 )
|
* Remote updates ( NEW 03-31-2017 )
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@ -212,7 +212,6 @@ function install_script()
|
|||||||
echo -e "Installing \e[1m$( basename $SCRIPT .sh )\e[0m"
|
echo -e "Installing \e[1m$( basename $SCRIPT .sh )\e[0m"
|
||||||
set +x
|
set +x
|
||||||
install
|
install
|
||||||
cleanup
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# SAMBA/CIFS server for Raspbian
|
# SAMBA server for Raspbian
|
||||||
# Tested with 2017-03-02-raspbian-jessie-lite.img
|
# Tested with 2017-03-02-raspbian-jessie-lite.img
|
||||||
#
|
#
|
||||||
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
|
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
|
||||||
@ -17,9 +17,7 @@
|
|||||||
DIR_=/media/USBdrive/ncdata/admin/files
|
DIR_=/media/USBdrive/ncdata/admin/files
|
||||||
USER_=pi
|
USER_=pi
|
||||||
PWD_=raspberry
|
PWD_=raspberry
|
||||||
DESCRIPTION="SAMBA/CIFS file server (for Mac/Linux/Windows)"
|
DESCRIPTION="SMB/CIFS file server (for Mac/Linux/Windows)"
|
||||||
|
|
||||||
# mkdir -p /var/log/samba in init.d
|
|
||||||
|
|
||||||
install()
|
install()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user