Skip to content

Commit

Permalink
packages_install.sh - Debian_12 BUGFIX - touch .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Oct 15, 2023
1 parent 5494a38 commit ac9fe2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WSL_Ubuntu_22.04/packages_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ sudo apt-get -y update
time sudo apt-get -y upgrade
apt list --upgradable # check for the packages that were not upgraded

# see: https://github.com/jan-revay/initPC/issues/31
touch ~/.bashrc # some install scripts want to append stuff here

# sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test # repository with latest GCC
LATEST_GCC_VER_IN_APT=$(apt-cache search --names-only '^gcc-[0-9][0-9]$' \
| grep -E -o '^gcc-[0-9][0-9]' | sort -r | head --lines 1 | grep -E -o '[0-9][0-9]')
Expand Down

0 comments on commit ac9fe2e

Please sign in to comment.