mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-08-14 08:05:27 -04:00
curl | sudo tee
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
264796195f
commit
384a3a6ef3
6 changed files with 15 additions and 15 deletions
|
@ -14,7 +14,7 @@
|
|||
# License for the specific language governing permissions and limitations under
|
||||
# the License.
|
||||
|
||||
sudo curl --proxy http://127.0.0.1:8082/ https://packages.element.io/debian/element-io-archive-keyring.gpg -o /usr/share/keyrings/element-io-archive-keyring.gpg
|
||||
curl --proxy http://127.0.0.1:8082/ https://packages.element.io/debian/element-io-archive-keyring.gpg | sudo tee /usr/share/keyrings/element-io-archive-keyring.gpg
|
||||
echo "deb [signed-by=/usr/share/keyrings/element-io-archive-keyring.gpg] https://packages.element.io/debian/ default main" | sudo tee /etc/apt/sources.list.d/element-io.list
|
||||
sudo apt update
|
||||
sudo apt install --no-install-recommends element-desktop -y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue