mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 12:30:45 +08:00
6 lines
83 B
Bash
6 lines
83 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
sudo add-apt-repository ppa:ultradvorka/ppa
|
||
|
sudo apt-get update
|
||
|
|
||
|
# eof
|