Skip to content

Commit

Permalink
fix crackle nuke not cleaning up /root/.profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Apr 21, 2024
1 parent dd5efd6 commit 992b929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crackle
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ APT_CACHE="apt-cache -o Dir::Cache=$APTCACHE -o Dir::State=$APTSTATE -o Dir::Etc
[[ -n $desktopfiles ]] && rm ${PKG_PREFIX}/share/applications/crackle.*.desktop
sed -i '/cracklerc/d' $HOME/.bashrc
sed -i '/cracklerc/d' $HOME/.profile
sudo_run 'sed -i /PATH/d /root/.profile'
sudo_run 'sed -i /cracklerc/d /root/.profile'
sudo_run "sed -i /PATH/d /root/.profile"
sudo_run "sed -i /cracklerc/d /root/.profile"
find "$CRACKLECMP" -xtype l -exec rm {} +;
sudo -k
exit 0;
Expand Down

0 comments on commit 992b929

Please sign in to comment.