delete unused or test files
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source /build/config
|
||||
set -x
|
||||
|
||||
## Chrome dependencies
|
||||
apt_install_permanent firefox
|
||||
|
||||
## Pulseaudio script
|
||||
echo "PULSE_SERVER=host firefox" > /opt/firefox
|
||||
chmod +x /opt/firefox
|
||||
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source /build/config
|
||||
set -x
|
||||
|
||||
## Environment
|
||||
export_env FTP_DATA /host/var/lib/ftp
|
||||
|
||||
## Pure-FTPd
|
||||
apt update
|
||||
apt_install_permanent pure-ftpd
|
||||
@@ -1 +0,0 @@
|
||||
#!/bin/bash
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source /build/config
|
||||
set -x
|
||||
|
||||
## User
|
||||
adduser --disabled-password --gecos "" user
|
||||
Reference in New Issue
Block a user