4 lines
121 B
Bash
Executable file
4 lines
121 B
Bash
Executable file
#!/bin/bash
|
|
git remote add upstream https://notabug.org/milislinux/milis.git
|
|
git fetch upstream
|
|
git pull upstream master
|