convert custom package
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
# Your installation commands here
|
||||
if [ ! -f /etc/installation-completed ]; then
|
||||
# Run your installation steps
|
||||
"${pkgs.installFiles}/bin/install.sh"
|
||||
"${config.myPackages.installFiles}/bin/install.sh"
|
||||
# Mark as completed
|
||||
touch /etc/installation-completed
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user