amfoss / attendance-tracker

This project is outdated and has been archived for historical reference. Advanced Attendance Recording System for the members of FOSS@Amrita.
GNU General Public License v3.0
433 stars 7 forks source link

Fix arch (pacman-based system) support #6

Open rnbwdsh opened 5 years ago

rnbwdsh commented 5 years ago

The "pacman" command is only available on arch-based systems like Manjaro (that don't have apt), so this should be used rather than lsb_release, which doesn't print anything along arch. python-requests implicitly installs python3 the arch-correct way (via pacman, instead of pip)