Skip to content

Commit 9e1516a

Browse files
Update install.sh
1 parent 42bfd9f commit 9e1516a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Installing AMBCT..."
55
wget -q https://raw.githubusercontent.com/BlitzPythoner/AMBCT-Linux-Repo/main/public.key -O /tmp/ambct.key
66
gpg --dearmor < /tmp/ambct.key | sudo tee /usr/share/keyrings/ambct.gpg > /dev/null
77

8-
echo "deb [signed-by=/usr/share/keyrings/ambct.gpg] https://raw.githubusercontent.com/BlitzPythoner/AMBCT-Linux-Repo/main/ ./" | sudo tee /etc/apt/sources.list.d/ambct.list
8+
echo "deb [signed-by=/usr/share/keyrings/ambct.gpg] https://raw.githubusercontent.com/BlitzPythoner/AMBCT-Linux-Repo/main/ stable main" | sudo tee /etc/apt/sources.list.d/ambct.list
99

1010
sudo apt update
1111
sudo apt install -y ambct

0 commit comments

Comments
 (0)