mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-29 06:29:36 +01:00
sources.list/install: add missing shebang
This commit is contained in:
parent
87ffc8515e
commit
b4f3ac370e
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
export RELEASE=$(lsb_release -sr)
|
export RELEASE=$(lsb_release -sr)
|
||||||
a[1]="https://raw.githubusercontent.com/Mikaela/shell-things/master/etc/apt/sources.list/$RELEASE"
|
a[1]="https://raw.githubusercontent.com/Mikaela/shell-things/master/etc/apt/sources.list/$RELEASE"
|
||||||
echo "I am now changing directory to /etc/apt/."
|
echo "I am now changing directory to /etc/apt/."
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
export RELEASE=$(lsb_release -sc)
|
export RELEASE=$(lsb_release -sc)
|
||||||
a[1]="https://raw.githubusercontent.com/Mikaela/shell-things/master/etc/apt/sources.list/$RELEASE"
|
a[1]="https://raw.githubusercontent.com/Mikaela/shell-things/master/etc/apt/sources.list/$RELEASE"
|
||||||
echo "I am now changing directory to /etc/apt/."
|
echo "I am now changing directory to /etc/apt/."
|
||||||
|
Loading…
Reference in New Issue
Block a user