Fix destination for sources.list.
This commit is contained in:
parent
f2339566b4
commit
ce8ec35973
|
|
@ -1,10 +1,12 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
mkdir -p /etc/apt//sources.list-available || exit
|
||||
cat > /etc/apt/sources.list-available << EOF
|
||||
cat > /etc/apt/sources.list-available/waterfox.list << EOF
|
||||
# curl https://bintray.com/user/downloadSubjectPublicKey\?username\=hawkeye116477 | sudo apt-key add -
|
||||
deb https://dl.bintray.com/hawkeye116477/waterfox-deb release main
|
||||
EOF
|
||||
|
||||
ln -s /etc/apt/sources.list-available/waterfox.list /etc/apt/sources.list.d/waterfox.list
|
||||
ln -sf /etc/apt/sources.list-available/waterfox.list /etc/apt/sources.list.d/waterfox.list
|
||||
|
||||
curl https://bintray.com/user/downloadSubjectPublicKey\?username\=hawkeye116477 | sudo apt-key add -
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue