hstr/bin/ppa-add.sh

6 lines
83 B
Bash
Raw Normal View History

#!/bin/bash
sudo add-apt-repository ppa:ultradvorka/ppa
sudo apt-get update
# eof