updates
This commit is contained in:
@@ -52,6 +52,16 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Copy .profile to home directory
|
||||
echo ""
|
||||
print_status "Installing .profile configuration..."
|
||||
if cp "$SCRIPT_DIR/.profile" ~/.profile; then
|
||||
print_success ".profile installed to ~/.profile"
|
||||
else
|
||||
print_error "Failed to copy .profile"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Copy .aliases to home directory
|
||||
echo ""
|
||||
print_status "Installing .aliases configuration..."
|
||||
|
||||
Reference in New Issue
Block a user