remove escape
This commit is contained in:
parent
961a2b7de5
commit
50ea163753
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -31,7 +31,7 @@ pacman:
|
||||||
sudo pacman-key --lsign-key 962DDE58
|
sudo pacman-key --lsign-key 962DDE58
|
||||||
gpg --keyserver pool.sks-keyservers.net --recv-keys 2E1AC68ED40814E0 # gotta be a way to add to pacman, not my GPG
|
gpg --keyserver pool.sks-keyservers.net --recv-keys 2E1AC68ED40814E0 # gotta be a way to add to pacman, not my GPG
|
||||||
|
|
||||||
hot\-fix:
|
hot-fix:
|
||||||
sudo ln -sfP /usr/bin/python2 /usr/bin/python # Set the default python version to be python 2
|
sudo ln -sfP /usr/bin/python2 /usr/bin/python # Set the default python version to be python 2
|
||||||
|
|
||||||
.PHONY: apt bash bin config gnome yaourt pacman hot-fix
|
.PHONY: apt bash bin config gnome yaourt pacman hot-fix
|
||||||
|
|
Loading…
Reference in a new issue