Skip to content

Commit

Permalink
Install konsole
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Czyz <[email protected]>
  • Loading branch information
mczyz-antmicro committed Mar 25, 2024
1 parent a731d33 commit 38a5cd5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions update-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
. ./common.sh

# Attempt to change default shell
# chsh -s /bin/bash
chsh -s /bin/bash

# Install Konsole

# apt-get update
# sudoIf apt-get -y install konsole
apt-get update
sudoIf apt-get -y install konsole

# Update fluxbox config
echo "Root path"
echo ~

fluxbox_apps="$(cat \
<< 'EOF'
Expand All @@ -23,7 +21,6 @@ fluxbox_apps="$(cat \
EOF
)"


echo "${fluxbox_apps}" > ~/.fluxbox/apps

fluxbox_menu="$(cat \
Expand Down

0 comments on commit 38a5cd5

Please sign in to comment.