mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-05 12:16:41 +02:00
🐛 fix(_na): upgrade post installation
This commit is contained in:
2
.github/workflows/cz.yml
vendored
2
.github/workflows/cz.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Check Conventional Commit
|
||||
run: |
|
||||
|
@@ -1,7 +1,11 @@
|
||||
post_install() {
|
||||
echo -e "\n** The files have been installed in /etc/calamares **\n"
|
||||
echo -e "\n** The configuration files for Calamares have been installed in /etc/calamares. **"
|
||||
echo -e "** Please review and adjust these files as needed for your system configuration. **"
|
||||
echo -e "** Documentation: https://calamares.io/docs/ **\n"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
echo -e "\n** The package has been upgraded successfully. **"
|
||||
echo -e "** Re-applying the configuration to /etc/calamares if necessary. **"
|
||||
post_install
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user