fix(install): pkcon available on dnf as well: hack to fix "up"

- Add more steps to post-install
This commit is contained in:
Pratik Tripathy
2024-09-18 19:42:56 +05:30
parent d027d8c1e5
commit d2c521cca4
4 changed files with 9 additions and 3 deletions

View File

@@ -39,6 +39,10 @@ post_install() {
fi
rm -rf ~/.cache
up
zsh
nvim
}
pre_install() {