Skip to content

Commit 4794cfe

Browse files
committed
remove beta apt repo
1 parent 6822a9e commit 4794cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distros/raspberry_pi/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ if [ "$(get_install_stage)" -eq 2 ]; then
343343

344344
set_status "[install.sh] - Adding Web3 Pi repositories" "Add Web3Pi repos"
345345
wget -O - https://apt.web3pi.io/public-key.gpg | gpg --dearmor -o /etc/apt/keyrings/web3-pi-apt-repo.gpg
346-
echo "deb [signed-by=/etc/apt/keyrings/web3-pi-apt-repo.gpg] https://apt.web3pi.io noble main restricted universe multiverse beta" | tee /etc/apt/sources.list.d/web3-pi.list
346+
echo "deb [signed-by=/etc/apt/keyrings/web3-pi-apt-repo.gpg] https://apt.web3pi.io noble main restricted universe multiverse" | tee /etc/apt/sources.list.d/web3-pi.list
347347

348348
set_status "[install.sh] - Adding Ethereum repositories" "Add ETH repos"
349349
add-apt-repository -y ppa:ethereum/ethereum

0 commit comments

Comments
 (0)