Update for April 2025
This commit is contained in:
parent
c22b9361b1
commit
3021a7555e
39
setup.sh
39
setup.sh
|
@ -1,25 +1,20 @@
|
||||||
sudo apt-get install -y 0ad audacious audacity backintime-gnome build-essential chromium-browser cryptsetup curl flac fslint
|
curl -fsS https://dl.brave.com/install.sh | sh # Install Brave
|
||||||
geoclue-2.0 redshift git git-gui gitk gnome-search-tool gnupg2 gpa gparted hddtemp iotop jpegoptim lame lm-sensors nmap oathtool openssh-server opus-tools p7zip-full playonlinux psensor soundconverter steam photorec testdisk unoconv vinagre opus-tools vorbis-tools wine simplescreenrecorder
|
sudo apt install -y ffmpeg lame # for audacity
|
||||||
|
sudo apt install -y audacity curl shellcheck git git-gui gitk lm-sensors testdisk soundconverter unoconv vlc gnome-authenticator gimp
|
||||||
|
|
||||||
git config --global user.email "josh@joshmudge.com"
|
# oathtool build-essential crytsetup flac gnome-search-tool gnupg2 gpa gparted hddtemp iotop jpegoptim nmap openssh-server opus-tools vorbis-tools p7zip-full psensor simplescreenrecorder photorec testdisk vinagre wine playonlinux
|
||||||
|
|
||||||
|
# If the APT gnome-authenticator doesn’t support Aegis imports, install gnome-authenticator from here (2GB if no prior GNOME flatpaks are installed): https://flathub.org/apps/com.belmoussaoui.Authenticator
|
||||||
|
|
||||||
|
# Install OBS Studio
|
||||||
|
sudo add-apt-repository ppa:obsproject/obs-studio
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install obs-studio
|
||||||
|
|
||||||
|
echo "Updating git user info."
|
||||||
|
git config --global user.email josh@joshmudge.com
|
||||||
git config --global user.name "Josh Mudge"
|
git config --global user.name "Josh Mudge"
|
||||||
|
|
||||||
wget https://atom.io/download/deb
|
# https://zoom.us/download
|
||||||
sudo dpkg -i deb
|
# https://github.com/rustdesk/rustdesk/releases/
|
||||||
|
# https://www.teamviewer.com/en-us/download/linux/
|
||||||
rm deb
|
|
||||||
|
|
||||||
wget https://zoom.us/client/latest/zoom_amd64.deb
|
|
||||||
sudo dpkg -i zoom_amd64.deb
|
|
||||||
|
|
||||||
rm zoom_amd64.deb
|
|
||||||
|
|
||||||
curl -fsL bit.ly/node-installer | bash
|
|
||||||
|
|
||||||
wget https://repo.anaconda.com/archive/Anaconda3-2018.12-Linux-x86_64.sh
|
|
||||||
|
|
||||||
sudo chmod +x Anaconda3-2018.12-Linux-x86_64.sh
|
|
||||||
|
|
||||||
./Anaconda3-2018.12-Linux-x86_64.sh
|
|
||||||
|
|
||||||
rm Anaconda3-2018.12-Linux-x86_64.sh
|
|
Loading…
Reference in New Issue