From db59503f07d56b10e72f8bd345227017de1defe0 Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Fri, 19 Apr 2024 17:58:41 +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 38b872a..0ae0ab8 100755 --- a/add +++ b/add @@ -1,3 +1,3 @@ -#!/bin/fish +#!/bin/bash set PACKAGE $argv[1] git submodule add https://aur.archlinux.org/$PACKAGE.git diff --git a/build b/build index 3623fc2..e72d8df 100755 --- a/build +++ b/build @@ -1,4 +1,4 @@ -#!/bin/fish +#!/bin/bash set REPO ontake set CHROOT $PWD/.chroot diff --git a/update b/update index b6143b7..60af6da 100755 --- a/update +++ b/update @@ -1,2 +1,2 @@ -#!/bin/fish +#!/bin/bash git submodule update --init --remote --recursive