Skip to content

Commit 1e84bb4

Browse files
authored
Create openfish-repo
1 parent c0f3264 commit 1e84bb4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

downloads/openfish-repo

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
curl -s --compressed "https://cutefishos-ubuntu.github.io/packages/key/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/KEY.gpg >/dev/null
3+
4+
sudo curl -s --compressed -o /etc/apt/sources.list.d/cutefish.list "https://cutefishos-ubuntu.github.io/packages/cutefish.list"
5+
6+
sudo apt update

0 commit comments

Comments
 (0)