diff --git a/Ansible/variables.yml b/Ansible/variables.yml index d854e94..dd1c65a 100644 --- a/Ansible/variables.yml +++ b/Ansible/variables.yml @@ -4,7 +4,7 @@ reboot_time: '03:00' reboot_offset: '20m' login_shell: '/usr/bin/zsh' # which zsh custom_scripts_dir: '/usr/share/customscripts' -custom_scripts_repo: 'https://gitlab.com/princesspi/general-scripts-and-system-ssssssetup.git' +custom_scripts_repo: 'https://github.com/PrincessPi3/general-scripts-and-system-ssssssetup.git' # password is precalculated hash # mkpasswd --method=sha-512 # defaultpassword### diff --git a/Linux Servers/init.txt b/Linux Servers/init.txt index bbfed32..98055d0 100644 --- a/Linux Servers/init.txt +++ b/Linux Servers/init.txt @@ -70,7 +70,7 @@ Manage Files with WinSCP: sudo apt install -y git # download and install scripts and tools cd ~ -git clone https://gitlab.com/princesspi/general-scripts-and-system-ssssssetup.git +git clone https://github.com/PrincessPi3/general-scripts-and-system-ssssssetup.git sudo -i apt install -y apache2 snapd mysql-server byobu nmap screen iotop zip unzip lynx htop php php-cli php-fpm php-json php-common php-mysql php-zip php-gd php-mbstring php-curl php-xml php-pear php-bcmath unattended-upgrades net-tools python3 python3-pip unison snap install btop diff --git a/append_to_zshrc.txt b/append_to_zshrc.txt index 63e7b29..1c9810c 100644 --- a/append_to_zshrc.txt +++ b/append_to_zshrc.txt @@ -1,5 +1,5 @@ # CUSTOM STUFFS -# custom scripts https://gitlab.com/princesspi/general-scripts-and-system-ssssssetup +# custom scripts https://github.com/PrincessPi3/general-scripts-and-system-ssssssetup PATH="$PATH:/usr/share/customscripts" # pico SDK https://github.com/raspberrypi/pico-sdk