Skip to content

Commit

Permalink
Fix wsl drivers errors
Browse files Browse the repository at this point in the history
  • Loading branch information
natanael-b committed Aug 7, 2023
1 parent 8b8d60f commit 023b399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-portable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ XDG_CONFIG_HOME=$(echo ${XDG_CONFIG_HOME} | sed 's|/|§|g' )
sed -i -n "/^§etc§fonts\|^§usr\|^§nix§\|^§lib\|^§bin\|^§sbin\|^§opt\|^${XDG_CONFIG_HOME}/p" accessed.list
sed -i 's|§|/|g' accessed.list

files=($(cat accessed.list))
files=($(grep -v "/usr/lib/wsl/drivers/" accessed.list ))

XDG_CONFIG_HOME=$(echo ${XDG_CONFIG_HOME} | sed 's|§|/|g' )

Expand Down

0 comments on commit 023b399

Please sign in to comment.