10 lines
241 B
Bash
10 lines
241 B
Bash
apt update
|
|
|
|
|
|
git config --global credential.helper store
|
|
git clone https://gitlab.com/abaru66/ced.it.git
|
|
git config --global user.email a.barucci@htvalue.it
|
|
git config --global user.name a.barucci@htvalue.it
|
|
cd ced.it
|
|
cat hosts >>/etc/hosts
|