1
0
Fork 0

Fix librewolf generate.sh

This commit is contained in:
Luca Bilke 2023-03-28 21:24:36 +02:00
parent 6497ef4d04
commit 9f956384f2
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
cat installs.template | envsubst > installs.ini
cat profiles.template | envsubst > installs.ini
envsubst <installs.template >installs.ini
envsubst <profiles.template >installs.ini