Change intepreter

This commit is contained in:
lemniskett 2020-12-28 12:22:53 +07:00
parent 38d387b196
commit b00f541aab
8 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source /etc/archbox.conf

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env
source /etc/archbox.conf

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source /etc/archbox.conf

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source /etc/archbox.conf

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
err(){
echo "$(tput bold)$(tput setaf 1)==> $@ $(tput sgr0)"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source /etc/archbox.conf
cp /etc/resolv.conf $CHROOT/etc/resolv.conf
cp /etc/resolv.conf $CHROOT/etc/resolv.conf

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
mkdir -p /usr/local/share/archbox/bin
install -v -D -m 755 ./archbox.bash /usr/local/bin/archbox

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source /etc/archbox.conf