feat: init commit

This commit is contained in:
Louis Dalibard 2024-04-19 17:58:59 +02:00
parent db59503f07
commit 7991b6d1ff
3 changed files with 3 additions and 3 deletions

2
add
View File

@ -1,3 +1,3 @@
#!/bin/bash
#!/bin/fish
set PACKAGE $argv[1]
git submodule add https://aur.archlinux.org/$PACKAGE.git

2
build
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/fish
set REPO ontake
set CHROOT $PWD/.chroot

2
update
View File

@ -1,2 +1,2 @@
#!/bin/bash
#!/bin/fish
git submodule update --init --remote --recursive