put apt-get args in correct location
This commit is contained in:
parent
8d2348606c
commit
17e2417f18
2 changed files with 3 additions and 3 deletions
|
@ -68,8 +68,8 @@ else
|
|||
fi
|
||||
|
||||
#Install Sourcefabric's custom Liquidsoap debian package
|
||||
apt-get install -y --force-yes sourcefabric-keyring
|
||||
apt-get install -y liquidsoap
|
||||
apt-get -y --force-yes install sourcefabric-keyring
|
||||
apt-get -y install liquidsoap
|
||||
|
||||
|
||||
# Apache Config File
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue