URL: https://iso.pop-os.org/22.04/amd64/intel/11/pop-os_22.04_amd64_intel_11.iso
SHA256 Sum:
b60b55dcf5f7178a78f9c39e199892a01264c953772f5c076a3fb7a5659357c7
#%BEGIN install-android-debug-bridge
sudo apt-get update
sudo apt-get install -y adb
#%END
URL: https://bun.sh/
#%BEGIN install-bun-cli
curl https://bun.sh/install | bash
#%END
URL: https://www.google.co.jp/chrome/thank-you.html?statcb=0&installdataindex=empty&defaultbrowser=0#
URL: https://docs.docker.com/engine/install/ubuntu/
#%BEGIN install-docker
sudo apt-get update
sudo apt-get install -y \
ca-certificates \
curl \
gnupg \
lsb-release
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
#%END
URL: https://support.mozilla.org/en-US/questions/924510
#%BEGIN install-firefox-nightly
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
sudo apt-get update
sudo apt-get install firefox-trunk
#%END
URL: https://www.gitkraken.com/download/linux-deb
URL: https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions
#%BEGIN install-nodejs
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
#%END
URL: https://github.com/Eugeny/tabby/releases/download/v1.0.183/tabby-1.0.183-linux-x64.deb
URL: https://code.visualstudio.com/Download
URL: https://discord.com/api/download?platform=linux&format=deb
URL: https://inkscape.org/release/inkscape-1.2.1/gnulinux/ubuntu/ppa/dl/
#%BEGIN install-inkscape
sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt update
sudo apt install inkscape
#%END
URL: https://go.microsoft.com/fwlink?linkid=2149051
URL: https://www.spotify.com/jp/download/linux/
#%BEGIN install-spotify
curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | sudo apt-key add -
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update && sudo apt-get install spotify-client
#%END