Skip to content

Commit

Permalink
GenerRRRRR-ate image files from source!
Browse files Browse the repository at this point in the history
  • Loading branch information
FriendsOfREDAXO-T committed Dec 28, 2023
1 parent 6cb14f3 commit 493bfd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/base/custom-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

cd /var/www/html

php redaxo/bin/console install:download -q demo_base 3.0.1
php redaxo/bin/console install:download -q demo_base 3.1.0
php redaxo/bin/console package:install -q demo_base
php redaxo/bin/console cache:clear -q
php redaxo/bin/console demo_base:install -q -y
Expand Down
2 changes: 1 addition & 1 deletion images/community/custom-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

cd /var/www/html

php redaxo/bin/console install:download -q demo_community 4.0.2
php redaxo/bin/console install:download -q demo_community 4.1.2
php redaxo/bin/console package:install -q demo_community
php redaxo/bin/console cache:clear -q
php redaxo/bin/console demo_community:install -q -y
Expand Down
2 changes: 1 addition & 1 deletion images/onepage/custom-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

cd /var/www/html

php redaxo/bin/console install:download -q demo_onepage 1.7.2
php redaxo/bin/console install:download -q demo_onepage 1.8.0
php redaxo/bin/console package:install -q demo_onepage
php redaxo/bin/console cache:clear -q
php redaxo/bin/console demo_onepage:install -q -y
Expand Down

0 comments on commit 493bfd4

Please sign in to comment.