Skip to content

Commit c606c5b

Browse files
author
Abhinav
committed
Changed config folder
1 parent 665e474 commit c606c5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

abfetch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Temp=$(uptime -p)
1212
Uptime=($(echo $Temp | tr " " "\n"))
1313
Memory=$(free -m | grep Mem | awk 'OFS=" / " {print $3,$2}')
1414

15-
echo -e "${Red}$(<~/.config/abfetch/logo.sf)"
15+
echo -e "${Red}$(</etc/abfetch/logo.sf)"
1616
echo -e "${NC}_______________________\n"
1717
echo -e "${Yellow}${User}${NC}@${Yellow}${Hostname}"
1818
echo -e "${Blue}os ${NC}${Os}"

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
mkdir ~/.config/abfetch
4-
cp logo.sf ~/.config/abfetch
3+
sudo mkdir /etc/abfetch
4+
sudo cp logo.sf /etc/abfetch
55
sudo cp abfetch /usr/bin

0 commit comments

Comments
 (0)