Add yay and deno install
This commit is contained in:
13
makefile
13
makefile
@@ -1,3 +1,14 @@
|
||||
yay:
|
||||
cd &&\
|
||||
git clone https://aur.archlinux.org/yay.git &&\
|
||||
cd yay &&\
|
||||
makepkg -si &&\
|
||||
cd .. &&\
|
||||
rm -rf yay
|
||||
|
||||
deno:
|
||||
yay -S deno-bin
|
||||
|
||||
install:
|
||||
deno run --unstable --allow-env --allow-run --allow-read --allow-write ./mapping.ts install
|
||||
|
||||
@@ -5,4 +16,4 @@ link:
|
||||
deno run --unstable --allow-env --allow-run --allow-read --allow-write ./mapping.ts link
|
||||
|
||||
unlink:
|
||||
deno run --unstable --allow-env --allow-run --allow-read --allow-write ./mapping.ts unlink
|
||||
deno run --unstable --allow-env --allow-run --allow-read --allow-write ./mapping.ts unlink
|
||||
|
||||
Reference in New Issue
Block a user