mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-12-24 15:54:59 -07:00
Update VSCodium repo and change wallpaper
This commit is contained in:
parent
a380b8fe97
commit
3a67f7b125
2 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ mv ftkimager /usr/bin/
|
|||
rm ftkimager.3.1.1_ubuntu64.tar.gz
|
||||
|
||||
#Install VS Code
|
||||
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo apt-key add -
|
||||
echo 'deb https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs/ vscodium main' | sudo tee --append /etc/apt/sources.list.d/vscodium.list
|
||||
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/vscodium-archive-keyring.gpg] https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/ vscodium main' | sudo tee --append /etc/apt/sources.list.d/vscodium.list
|
||||
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/vscodium-archive-keyring.gpg
|
||||
sudo apt update && sudo apt install codium -y
|
||||
|
||||
#Install VS Code extensions
|
||||
|
|
BIN
filesystem/usr/share/backgrounds/SCorp2.png
Executable file → Normal file
BIN
filesystem/usr/share/backgrounds/SCorp2.png
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 690 KiB After Width: | Height: | Size: 558 KiB |
Loading…
Reference in a new issue