Skip to content

Commit

Permalink
Add script to install deb-get
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Dec 1, 2024
1 parent 8a9799c commit 4f6ef75
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions programs/deb-get/install.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

# Name: deb-get

set -euxo pipefail

cd "$(mktemp --dir)"

sudo apt-get update

sudo apt-get install --yes curl lsb-release wget

curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get |
sudo -E bash -s install deb-get

0 comments on commit 4f6ef75

Please sign in to comment.