Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.
/ icmu-autobell Public archive

[DEPRECATED] auto bell system for isipathana college media unit

License

Notifications You must be signed in to change notification settings

netharuM/icmu-autobell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icmu-autobell

Warning This code base has been deprecated and no longer maintained the project has been moved to another repository : auto-bell

for windows installation download the latest release and run it

for the linux installation

  • install nodejs 14 >= , git and npm in your system and

    git clone https://github.com/netharuM/icmu-autobell.git

    then:

    cd icmu-autobell
    chmod +x INSTALL.sh
    ./INSTALL.sh
  • uninstall application from a linux machine

    chmod +x UNINSTALL.sh
    ./UNINSTALL.sh

you dont have to run chmod +x {filename} everytime