Date: Monday, August 31, 2020 @ 11:31:24
  Author: hashworks
Revision: 694155

upgpkg: filebin 3.4.5-5: Improve filebin.install

Modified:
  filebin/trunk/PKGBUILD
  filebin/trunk/filebin.install

-----------------+
 PKGBUILD        |    2 +-
 filebin.install |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-31 10:56:02 UTC (rev 694154)
+++ PKGBUILD    2020-08-31 11:31:24 UTC (rev 694155)
@@ -2,7 +2,7 @@
 # Contributor: Simon Hanna<simon DOT Hanna AT serve-me DOT info>
 pkgname=filebin
 pkgver=3.4.5
-pkgrel=4
+pkgrel=5
 pkgdesc="A pastebin service written in PHP"
 arch=('any')
 url="https://wiki.server-speed.net/projects/filebin";

Modified: filebin.install
===================================================================
--- filebin.install     2020-08-31 10:56:02 UTC (rev 694154)
+++ filebin.install     2020-08-31 11:31:24 UTC (rev 694155)
@@ -1,11 +1,11 @@
 post_install() {
        echo 
"-------------------------------------------------------------------------------"
-       echo "1. Update 'open_basedir' in php's config to include '/tmp', 
'/usr/share/webapps/filebin' and '/etc/webapps/filebin' (the example php-fpm 
config includes that)."
+       echo "1. Edit the files in '/etc/webapps/filebin' to your liking."
        echo "2. Enable exif, phar and any of mysql, mysqli, pgsql, pdo_mysql 
or pdo_pgsql for database access."
-       echo "3. Edit the files in '/etc/webapps/filebin' to your liking."
-       echo "3. Run 'php /usr/share/webapps/filebin/index.php tools 
update_database' to initialize your database."
-       echo "4. Run 'php /usr/share/webapps/filebin/index.php user add_user' 
to add your first user."
-       echo "5. Enable 'filebin-user-cron.timer' and 
'filebin-user-cron.timer'."
+       echo "3. Update 'open_basedir' in php's config to include '/tmp', 
'/usr/share/webapps/filebin' and '/etc/webapps/filebin' (the example php-fpm 
config includes that)."
+       echo "4. Run 'php /usr/share/webapps/filebin/index.php tools 
update_database' to initialize your database."
+       echo "5. Run 'php /usr/share/webapps/filebin/index.php user add_user' 
to add your first user."
+       echo "6. Enable 'filebin-files-cron.timer' and 
'filebin-user-cron.timer'."
        echo ""
        echo "Additional information can be found in '/usr/share/doc/filebin'."
        echo "For nginx and php-fpm there are sample configuration files in 
'/usr/share/doc/filebin/examples'."

Reply via email to