Skip to content

Commit

Permalink
no need to write the file
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Jul 4, 2024
1 parent 7bb5d50 commit 4cc5b1d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions install_opi5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ if [ $(cat /etc/lsb-release | grep -c "24.04") -gt 0 ]; then
# add jammy to apt sources
echo "Adding jammy to list of apt sources"
add-apt-repository -y -S 'deb http://ports.ubuntu.com/ubuntu-ports jammy main universe'

cat > /etc/apt/sources.list.d/jammy.sources <<EOF
Types: deb
URIs: http://ports.ubuntu.com/ubuntu-ports
Suites: jammy
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
EOF
fi

apt-get update
Expand Down

0 comments on commit 4cc5b1d

Please sign in to comment.