Skip to content

Commit

Permalink
Linux installer update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-de-Oliveira committed Sep 9, 2021
1 parent 77fd08b commit 62f6fcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ echo -e "\nThis program will install the following packages:\n\
CanUseTimer-Terminal, keyboard_python_lib"
echo -e "and will create a folder in /opt/"

echo -e "\nEstimated space used: 160Kb\nAre you sure you want to install? [Y/n]:";read num
echo -e "\nEstimated space used: 160Kb\nVersion of Program: 0.1.4\nAre you sure you want to install? [Y/n]:"; read num

if [ $num == 'y' ] || [ $num == 'Y' ]; then

# The program only move the python files to /opt/ and create a executer in /bin/
# Is more simple then you think
echo -e "\nThe installing starts!\n"

echo "Creating directories and files..."
if [ ! -d /opt/CanUseTimer-Terminal/ ]; then
sudo mkdir /opt/CanUseTimer-Terminal
echo "Creating main directories in /opt/..."
sudo mkdir /opt/CanUseTimer-Terminal
fi

echo "Creating Keyboard Python lib..."
Expand Down

0 comments on commit 62f6fcc

Please sign in to comment.