sudo apt update && sudo apt install --assume-yes curl
curl --silent --show-error --location "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xF911AB184317630C59970973E363C90F8F1B6217" | sudo gpg --dearmor --output /etc/apt/keyrings/git.gpg
echo "Types: deb
Architectures: amd64
Signed-By: /etc/apt/keyrings/git.gpg
URIs: https://ppa.launchpadcontent.net/git-core/ppa/ubuntu
Suites: $(lsb_release --codename --short)
Components: main" | sudo tee /etc/apt/sources.list.d/git.sources
sudo apt update && sudo apt install --assume-yes git
mkdir --parents ~/Workspaces/yvh
cd ~/Workspaces/yvh
git clone git@github.com:yvh/dev-platform
cd ~/Workspaces/yvh/dev-platform
./locale.sh # reboot after
./build.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
yvh/dev-platform
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.