Skip to content

Commit 1433099

Browse files
2 parents 829c3df + 8062c83 commit 1433099

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function alias_workflow {
5858
fi
5959

6060
#check if it already exists in zshrc
61-
elif ! cat ~/.zshrc | grep "SkeletonKey_PATH" > /dev/null; then
61+
if ! cat ~/.zshrc | grep "SkeletonKey_PATH" > /dev/null; then
6262
# Do it in one command instead of repeating yourself.
6363
echo "export SkeletonKey_PATH=\"~/.SkeletonKey\"\nalias key=\"python3 ~/.SkeletonKey/main.py\"
6464
" >> ~/.zshrc

mods/bits.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
version = open(f'{local_path}/version.txt').read().strip()
1919
banner = Fore.RED + f'''
20-
<<<<<<< HEAD
2120
_,=;::::::;=,,_
2221
_,;,ss*\":::::\'""sss;;,_
2322
,;,sSSSss::::::::*\"sSSss;;,
@@ -45,10 +44,7 @@
4544
n,nN::::nNN*\"
4645
\"Nn,_,nN"
4746
48-
SkeletonKey Version : 0.{version}\n
49-
=======
5047
SkeletonKey Version : {version}\n
51-
>>>>>>> 156829c16b0f8691ffc27211154d3e99ead03298
5248
''' + Fore.RESET
5349

5450
help_menu = Fore.CYAN + """

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
qrcode
2-
Cryptography
1+
colorama==0.4.4
32
googletrans==3.1.0a0
4-
colorama
5-
Pillow
3+
numpy==1.24.2
4+
Pillow==9.4.0
5+
pyenchant==3.2.2
6+
qrcode
67
twofish
78
blowfish
8-
numpy

0 commit comments

Comments
 (0)