From 7991b6d1ff88ba517956935464cf67ed8c8281c9 Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Fri, 19 Apr 2024 17:58:59 +0200 Subject: [PATCH] feat: init commit --- add | 2 +- build | 2 +- update | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/add b/add index 0ae0ab8..38b872a 100755 --- a/add +++ b/add @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/fish set PACKAGE $argv[1] git submodule add https://aur.archlinux.org/$PACKAGE.git diff --git a/build b/build index e72d8df..3623fc2 100755 --- a/build +++ b/build @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/fish set REPO ontake set CHROOT $PWD/.chroot diff --git a/update b/update index 60af6da..b6143b7 100755 --- a/update +++ b/update @@ -1,2 +1,2 @@ -#!/bin/bash +#!/bin/fish git submodule update --init --remote --recursive