sources.list/install: add missing shebang

This commit is contained in:
Aminda Suomalainen 2015-07-12 11:36:38 +03:00
parent 87ffc8515e
commit b4f3ac370e
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
export RELEASE=$(lsb_release -sr)
a[1]="https://raw.githubusercontent.com/Mikaela/shell-things/master/etc/apt/sources.list/$RELEASE"
echo "I am now changing directory to /etc/apt/."

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
export RELEASE=$(lsb_release -sc)
a[1]="https://raw.githubusercontent.com/Mikaela/shell-things/master/etc/apt/sources.list/$RELEASE"
echo "I am now changing directory to /etc/apt/."