mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-04 17:04:55 +02:00
28 lines
No EOL
1.5 KiB
Bash
28 lines
No EOL
1.5 KiB
Bash
echo "========== init de workflow par Tykayn ======="
|
|
sudo apt update -y
|
|
sudo apt upgrade -y
|
|
sudo apt autoremove -y
|
|
|
|
mkdir -p $HOME/Nextcloud/ressources/workflow_nextcloud/
|
|
cd $HOME/Nextcloud/ressources/workflow_nextcloud/
|
|
git clone https://source.cipherbliss.com/tykayn/workflow public_workflow
|
|
cd public_workflow
|
|
|
|
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B188E2B695BD4743
|
|
|
|
source $HOME/Nextcloud/ressources/workflow_nextcloud/public_workflow/workflow_variables.sh
|
|
apt install ansible python3-pip arp-scan borgbackup curl docker docker-compose etckeeper git gnupg jq meld nano ncdu nginx restic npm pandoc php8.4 python3 python3-pip tig zsh testdisk texlive rbenv htop python3-setuptools automysqlbackup certbot smartmontools fail2ban snapd unattended-upgrades php8.4-fpm php-xml php-mysql rsync php8.4-xml php-curl vrms syncthing sshfs geeqie calibre adduser snapd borgbackup exa adduser
|
|
wget https://github.com/nextcloud-releases/desktop/releases/download/v3.16.6/Nextcloud-3.16.6-x86_64.AppImage
|
|
chmod +x Nextcloud-3.16.6-x86_64.AppImage
|
|
wget https://launchpad.net/veracrypt/trunk/1.26.24/+download/VeraCrypt-1.26.24-x86_64.AppImage
|
|
chmod +x VeraCrypt-1.26.24-x86_64.AppImage
|
|
|
|
snap install btop
|
|
snap install emacs --classic
|
|
|
|
cd
|
|
wget https://source.cipherbliss.com/tykayn/workflow/raw/branch/main/assets/.bash_custom_aliases -O .bash_aliases
|
|
wget https://source.cipherbliss.com/tykayn/workflow/raw/branch/main/assets/.bashrc
|
|
|
|
curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh > install_oh_my_zsh.sh
|
|
bash install_oh_my_zsh.sh |