Skip to content

Commit

Permalink
Adding openconnect and remmina remote desktop, remove kompose, update…
Browse files Browse the repository at this point in the history
… versions, update background.
  • Loading branch information
urosjarc committed Oct 4, 2024
1 parent e6b98fc commit 492b9a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ update-apt:
### Installation for package managers ######
#===========================================

install: install-drivers install-apt install-snap install-nvm install-kompose
install: install-drivers install-apt install-snap install-nvm

install-drivers:
$(call TITLE, INSTALL DRIVERS)
Expand All @@ -63,12 +63,6 @@ install-nvm:
$(call TITLE, INSTALL NPM)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/$(NVM)/install.sh | bash

install-kompose:
$(call TITLE, INSTALL KOMPOSE)
curl -L https://github.com/kubernetes/kompose/releases/download/$(KOMPOSE)/kompose-linux-amd64 -o kompose
chmod +x kompose
mv ./kompose /usr/local/bin/kompose

#===========================================
### Installation for applications ##########
#===========================================
Expand Down
7 changes: 3 additions & 4 deletions config/variables
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

# Versions
CODE_FONTS='1.2.2'
IDEA='2023.3.2'
PYCHARM='2023.3.4'
NVM='v0.39.7'
KOMPOSE='v1.33.0'
IDEA='2024.2.3'
PYCHARM='2024.2.3'
NVM='v0.40.1'

# Author of this project *github username*
AUTHOR=urosjarc
Expand Down
Binary file modified data/background/warty-final-ubuntu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions data/packages/apt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ blueman
xbacklight
numlockx
gnome-tweaks
network-manager-openconnect-gnome

# -------- Terminal environment ----------------------
zsh
Expand Down Expand Up @@ -46,3 +47,4 @@ kolourpaint
kazam
scrot
peek
remmina

0 comments on commit 492b9a2

Please sign in to comment.