Bladeren bron

modified: peo/UbuntuJoinDomain.sh
new file: peo/wget.txt

chagood 2 jaren geleden
bovenliggende
commit
679900fe04
2 gewijzigde bestanden met toevoegingen van 10 en 2 verwijderingen
  1. 2 2
      peo/UbuntuJoinDomain.sh
  2. 8 0
      peo/wget.txt

+ 2 - 2
peo/UbuntuJoinDomain.sh

@@ -84,13 +84,13 @@ echo "%AnisbleAdmins     ALL=(ALL)   ALL" | sudo tee -a /etc/sudoers.d/LocalAdmi
 echo "Ansible  ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers.d/LocalAdmins > /dev/null
 
 # copy file from SCP server to local system
-sudo scp -r anonymous@ptiwa001:ninja-agent.deb ~/
+sudo scp -r anonymous@ptiwa001:ninja-agent.deb /home/coadmin/
 
 # install package using dpkg
 sudo dpkg -i ninja-agent.deb
 
 # copy file from SCP server to local system
-sudo scp -r anonymous@ptiwa001:falcon-sensor_6.46.0-14306.deb ~/
+sudo scp -r anonymous@ptiwa001:falcon-sensor_6.46.0-14306.deb /home/coadmin/
 
 # install package using dpkg
 sudo dpkg -i falcon-sensor_6.46.0-14306.deb

+ 8 - 0
peo/wget.txt

@@ -0,0 +1,8 @@
+wget https://gogs.hagood.us/chagood/Ubuntu/raw/master/Template/22_04template.sh
+wget https://gogs.hagood.us/chagood/Ubuntu/raw/master/Cleanup.sh
+wget https://gogs.hagood.us/chagood/Ubuntu/raw/master/Static.sh
+wget https://gogs.hagood.us/chagood/Ubuntu/raw/master/peo/UbuntuJoinDomain.sh
+wget https://gogs.hagood.us/chagood/Ubuntu/raw/master/peo/config.sh
+wget https://gogs.hagood.us/chagood/Ubuntu/raw/master/dhcp.sh
+
+chmod +x 22_04template.sh Cleanup.sh dhcp.sh Static.sh UbuntuJoinDomain.sh