Prepaing insall scripts
Creating description and installation scripts
This commit is contained in:
11
scripts/gw-install.sh
Executable file
11
scripts/gw-install.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user