Skip to content

Commit

Permalink
Create debian11_installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Rush-er authored Dec 15, 2022
1 parent 06dfe75 commit d082825
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions debian11_installer.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
cd ~/
sudo apt install apt-transport-https -y
sudo apt install gpg -y
sudo apt install net-tools dphys-swapfile -y
wget -O- https://repo.3cx.com/key.pub | gpg --dearmor | sudo tee /usr/share/keyrings/3cx-archive-keyring.gpg > /dev/null
/bin/echo "deb [arch=amd64 signed-by=/usr/share/keyrings/3cx-archive-keyring.gpg] http://repo.3cx.com/3cx bullseye main" | sudo tee /etc/apt/sources.list.d/3cxpbx.list
sudo apt update
sudo apt install 3cxpbx

0 comments on commit d082825

Please sign in to comment.