1
0
Fork 0

modif vscodium_install.sh

master
lina 8 months ago
parent 2669eab4ed
commit fa92d4019d

@ -24,14 +24,14 @@ wget -P ~/Téléchargements/ https://download.virtualbox.org/virtualbox/6.1.48/v
sudo apt-get install git wget curl net-tools nmap htop gparted python3-pip zip openssh-server gimp wireguard vlc nginx -y
#SOURCES LIST
echo "\n
███████╗ ██████╗ ██╗ ██╗██████╗ ██████╗███████╗███████╗ ██╗ ██╗███████╗████████╗
██╔════╝██╔═══██╗██║ ██║██╔══██╗██╔════╝██╔════╝██╔════╝ ██║ ██║██╔════╝╚══██╔══╝
███████╗██║ ██║██║ ██║██████╔╝██║ █████╗ ███████╗ ██║ ██║███████╗ ██║
╚════██║██║ ██║██║ ██║██╔══██╗██║ ██╔══╝ ╚════██║ ██║ ██║╚════██║ ██║
███████║╚██████╔╝╚██████╔╝██║ ██║╚██████╗███████╗███████║██╗███████╗██║███████║ ██║
╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝╚══════╝╚═╝╚══════╝╚═╝╚══════╝ ╚═╝"
./scripts/sources.list_install.sh
# echo "\n
# ███████╗ ██████╗ ██╗ ██╗██████╗ ██████╗███████╗███████╗ ██╗ ██╗███████╗████████╗
# ██╔════╝██╔═══██╗██║ ██║██╔══██╗██╔════╝██╔════╝██╔════╝ ██║ ██║██╔════╝╚══██╔══╝
# ███████╗██║ ██║██║ ██║██████╔╝██║ █████╗ ███████╗ ██║ ██║███████╗ ██║
# ╚════██║██║ ██║██║ ██║██╔══██╗██║ ██╔══╝ ╚════██║ ██║ ██║╚════██║ ██║
# ███████║╚██████╔╝╚██████╔╝██║ ██║╚██████╗███████╗███████║██╗███████╗██║███████║ ██║
# ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝╚══════╝╚═╝╚══════╝╚═╝╚══════╝ ╚═╝"
# ./scripts/sources.list_install.sh
# BASHRC
echo "\n
@ -54,14 +54,14 @@ echo "\n
./scripts/tabby_install.sh
# STEAM
echo "\n
███████╗████████╗███████╗ █████╗ ███╗ ███╗
██╔════╝╚══██╔══╝██╔════╝██╔══██╗████╗ ████║
███████╗ ██║ █████╗ ███████║██╔████╔██║
╚════██║ ██║ ██╔══╝ ██╔══██║██║╚██╔╝██║
███████║ ██║ ███████╗██║ ██║██║ ╚═╝ ██║
╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝"
./scripts/steam_install.sh
# echo "\n
# ███████╗████████╗███████╗ █████╗ ███╗ ███╗
# ██╔════╝╚══██╔══╝██╔════╝██╔══██╗████╗ ████║
# ███████╗ ██║ █████╗ ███████║██╔████╔██║
# ╚════██║ ██║ ██╔══╝ ██╔══██║██║╚██╔╝██║
# ███████║ ██║ ███████╗██║ ██║██║ ╚═╝ ██║
# ╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝"
# ./scripts/steam_install.sh
# VIRTUALBOX
echo "\n

@ -1,5 +1,10 @@
#!/bin/bash
# INSTALL VSCODIUM FOR DEBIAN 12
sudo apt update -y
sudo apt install codium
sudo apt update -y
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \
| gpg --dearmor \
| sudo dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
echo 'deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main' \
| sudo tee /etc/apt/sources.list.d/vscodium.list
sudo apt update && sudo apt install codium
Loading…
Cancel
Save