Skip to content

Commit 6058271

Browse files
committed
shell scripts updated
1 parent aad0c6d commit 6058271

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

godemon-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ removing() {
2323
}
2424

2525

26-
printf "**********_________________***********\n*********/*****************\**********\n********/*******************\*********\n*******/_____________________\********\n*********WELCOME TO GODEMON***********\n*************INSTALLER****************\n\n"
26+
printf "*************__*************\n************/*/*************\n***********/*/**************\n**********/*/____***********\n*********/____**/***********\n*************/*/************\n************/*/*************\n***********/*/**************\n**********/*/***************\n*********/_/****************\n****************************\n"
2727

2828
printf "What do you want to do? \n1. Install Godemon \n2. Update Godemon \n"
2929
printf "\nAnswer: "

godemon-update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ removing() {
1818
sudo rm -r $VERSION.zip
1919
}
2020

21-
printf "**********_________________***********\n*********/*****************\**********\n********/*******************\*********\n*******/_____________________\********\n*********WELCOME TO GODEMON***********\n*************UPDATE****************\n\n"
21+
printf "*************__*************\n************/*/*************\n***********/*/**************\n**********/*/____***********\n*********/____**/***********\n*************/*/************\n************/*/*************\n***********/*/**************\n**********/*/***************\n*********/_/****************\n****************************\n"
2222

2323
printf "\nWhat version do you want to install: "
2424
read VERSION

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//TODO - optimize memory and cpu/gpu usage
22
//TODO - add windows full support
3-
//TODO - update as a bin file - godemon-update
43
//TODO - change CLI logo in installer to lighting
54
//TODO - create Windows installer
65
//TODO - auto add of export statement to .zshenv or .bashrc

0 commit comments

Comments
 (0)