12 lines
144 B
Bash
Executable File
12 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# https://github.com/To-da/gdub
|
|
|
|
set -x
|
|
|
|
cd $HOME/src/other
|
|
git clone https://github.com/dougborg/gdub.git
|
|
cd gdub
|
|
sudo ./install
|
|
|