Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
/usr/bin/sh might break depending of shell
/usr/bin/sh mine is linked to sh and not bash so I get : ``` ./install_packages_dump.sh: 5: ./install_packages_dump.sh: [[: not found Fedora release 32 (Thirty Two) ./install_packages_dump.sh: 10: ./install_packages_dump.sh: [[: not found Press ENTER to continue... ./install_packages_dump.sh: 15: read: arg count Warning: failed loading '/etc/yum.repos.d/teams.repo', skipping. ``` using `/usr/bin/env bash` solves the problem
- Loading branch information